Changeset 7027 for branches


Ignore:
Timestamp:
Aug 12, 2007, 3:33:17 PM (17 years ago)
Author:
Gary Byers
Message:

error-propagate-suspend.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/working-0708/compiler/arch.lisp

    r7025 r7027  
    5858(defconstant error-cant-take-car 8)
    5959(defconstant error-cant-take-cdr 9)
     60(defconstant error-propagate-suspend 10)
    6061(defconstant error-cant-call 17)        ; Attempt to funcall something that is not a symbol or function.
    6162(eval-when (:compile-toplevel :load-toplevel :execute)
Note: See TracChangeset for help on using the changeset viewer.