Changeset 467


Ignore:
Timestamp:
Feb 2, 2004, 8:15:53 AM (21 years ago)
Author:
Gary Byers
Message:

Bryan O'Connor's change to INVOKE-RESTART: throw NIL if simple-restart/null
fn.

File:
1 edited

Legend:

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

    r410 r467  
    495495      (cond ((null fn)                  ; simple restart
    496496             (unless (null values) (%err-disp $xtminps))
    497              (throw tag (values nil T)))
     497             (throw tag nil))
    498498            ((fixnump fn)               ; restart case
    499499             (throw tag (cons fn values)))
Note: See TracChangeset for help on using the changeset viewer.