Index: /trunk/ccl/lisp-kernel/constants.s
===================================================================
--- /trunk/ccl/lisp-kernel/constants.s	(revision 216)
+++ /trunk/ccl/lisp-kernel/constants.s	(revision 217)
@@ -385,5 +385,5 @@
 	 _node(BAD_current_ts) 		/* current temp-stack area */
 	 _node(BAD_current_vs) 		/* current value-stack area */
-	 _node(BAD_current_cs) 		/* current control-stack area */
+	 _node(statically_linked)	/* non-zero if -static */
 	 _node(heap_end)                /* end of lisp heap */
 	 _node(heap_start)              /* start of lisp heap */
Index: /trunk/ccl/lisp-kernel/lisp_globals.h
===================================================================
--- /trunk/ccl/lisp-kernel/lisp_globals.h	(revision 216)
+++ /trunk/ccl/lisp-kernel/lisp_globals.h	(revision 217)
@@ -45,5 +45,5 @@
 #define HEAP_START (-23)        /* start of lisp heap */
 #define HEAP_END (-24)          /* end of lisp heap */
-#define BAD_CURRENT_CS (-25)        /* area describing control-stack */
+#define STATICALLY_LINKED (-25)        /* non-zero if -static */
 #define BAD_CURRENT_VS (-26)        /* area describing value-stack */
 #define BAD_CURRENT_TS (-27)        /* area describing temp-stack */
