/[gcl]/gcl/ansi-tests/ansi-aux.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/ansi-aux.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by camm, Fri Oct 11 17:23:37 2002 UTC revision 1.2 by pfdietz, Sat Oct 12 18:44:42 2002 UTC
# Line 84  the condition to go uncaught if it canno Line 84  the condition to go uncaught if it canno
84    (handler-case ,form    (handler-case ,form
85       (undefined-function () 'undefined-function)       (undefined-function () 'undefined-function)
86       (program-error () 'program-error)       (program-error () 'program-error)
87       (type-error    () 'type-error))))       (type-error    () 'type-error)
88         (control-error () 'control-error)
89      )))
90    
91  ;;;  ;;;
92  ;;; A scaffold is a structure that is used to remember the object  ;;; A scaffold is a structure that is used to remember the object

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26