Changeset 217


Ignore:
Timestamp:
Jan 5, 2004, 6:09:41 PM (21 years ago)
Author:
Gary Byers
Message:

STATICALLY_LINKED global.

Location:
trunk/ccl/lisp-kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/constants.s

    r18 r217  
    385385         _node(BAD_current_ts)          /* current temp-stack area */
    386386         _node(BAD_current_vs)          /* current value-stack area */
    387          _node(BAD_current_cs)          /* current control-stack area */
     387         _node(statically_linked)       /* non-zero if -static */
    388388         _node(heap_end)                /* end of lisp heap */
    389389         _node(heap_start)              /* start of lisp heap */
  • trunk/ccl/lisp-kernel/lisp_globals.h

    r6 r217  
    4545#define HEAP_START (-23)        /* start of lisp heap */
    4646#define HEAP_END (-24)          /* end of lisp heap */
    47 #define BAD_CURRENT_CS (-25)        /* area describing control-stack */
     47#define STATICALLY_LINKED (-25)        /* non-zero if -static */
    4848#define BAD_CURRENT_VS (-26)        /* area describing value-stack */
    4949#define BAD_CURRENT_TS (-27)        /* area describing temp-stack */
Note: See TracChangeset for help on using the changeset viewer.