Changeset 7030 for branches


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

error_propagate_suspend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/working-0708/lisp-kernel/lisp-errors.h

    r5529 r7030  
    1818#define __ERRORS_X 1
    1919
    20 /*
    21 10/22/96 bill error_too_many_values
    22 --- 4.0 ---
    23 05/12/96  gb  conditionalize on __ERRORS_X to avoid conflict with <errors.h>
    24 --- 3.9 ---
    25 04/10/96  gb  error_memory_full
    26 04/09/96  gb  error_excised_function_call
    27 03/01/96  gb  FPU exceptions
    28 01/22/96  gb  add/rename error_alloc_failed, error_stack_overflow
    29 12/13/95  gb  add error_alloc_fail, error_throw_tag_missing.
    30 11/09/95  gb  in synch with %type-error-types%.
    31 */
    3220
    3321#define error_reg_regnum 0
     
    3927#define error_excised_function_call 6
    4028#define error_too_many_values 7
     29#define error_propagate_suspend 10
    4130#define error_cant_call 17
    4231
Note: See TracChangeset for help on using the changeset viewer.