Changeset 335


Ignore:
Timestamp:
Jan 19, 2004, 4:35:07 PM (21 years ago)
Author:
Gary Byers
Message:

SIGNAL keeps looking in the same cluster when a handler declines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-readloop.lisp

    r280 r335  
    466466            (cond ((null fn) (throw tag condition))
    467467                  ((fixnump fn) (throw tag (cons fn condition)))
    468                   (t (return (funcall fn condition))))))))))
     468                  (t (funcall fn condition)))))))))
    469469
    470470(defvar *error-print-circle* nil)   ; reset to T when we actually can print-circle
Note: See TracChangeset for help on using the changeset viewer.