Changeset 335
- Timestamp:
- Jan 19, 2004, 4:35:07 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-readloop.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-readloop.lisp
r280 r335 466 466 (cond ((null fn) (throw tag condition)) 467 467 ((fixnump fn) (throw tag (cons fn condition))) 468 (t ( return (funcall fn condition))))))))))468 (t (funcall fn condition))))))))) 469 469 470 470 (defvar *error-print-circle* nil) ; reset to T when we actually can print-circle
Note:
See TracChangeset
for help on using the changeset viewer.
