Changeset 513


Ignore:
Timestamp:
Feb 9, 2004, 8:26:41 AM (21 years ago)
Author:
Gary Byers
Message:

ABORT-BREAK restart around process's initial function.

File:
1 edited

Legend:

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

    r481 r513  
    296296                      (setq exited t)
    297297                      nil)
     298                    (abort-break ())
    298299                    (abort () (setq exited t)))
    299300                 (process-reset (condition)
     
    302303    ;; exit prematurely, or are being reset and should enter the
    303304    ;; "awaiting preset" state.
    304     (if (or kill exited)
     305    (if (or kill exited) 
    305306      (unless (eq kill :toplevel)
    306307        (process-initial-form-exited process (or kill t)))
Note: See TracChangeset for help on using the changeset viewer.