Changeset 217
- Timestamp:
- Jan 5, 2004, 6:09:41 PM (21 years ago)
- Location:
- trunk/ccl/lisp-kernel
- Files:
-
- 2 edited
-
constants.s (modified) (1 diff)
-
lisp_globals.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/constants.s
r18 r217 385 385 _node(BAD_current_ts) /* current temp-stack area */ 386 386 _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 */ 388 388 _node(heap_end) /* end of lisp heap */ 389 389 _node(heap_start) /* start of lisp heap */ -
trunk/ccl/lisp-kernel/lisp_globals.h
r6 r217 45 45 #define HEAP_START (-23) /* start of lisp heap */ 46 46 #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 */ 48 48 #define BAD_CURRENT_VS (-26) /* area describing value-stack */ 49 49 #define BAD_CURRENT_TS (-27) /* area describing temp-stack */
Note:
See TracChangeset
for help on using the changeset viewer.
