Changeset 467
- Timestamp:
- Feb 2, 2004, 8:15:53 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-error-system.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-error-system.lisp
r410 r467 495 495 (cond ((null fn) ; simple restart 496 496 (unless (null values) (%err-disp $xtminps)) 497 (throw tag (values nil T)))497 (throw tag nil)) 498 498 ((fixnump fn) ; restart case 499 499 (throw tag (cons fn values)))
Note:
See TracChangeset
for help on using the changeset viewer.
