0.6.7.22: removed CVS dollar-Header-dollar tags from sources
[sbcl.git] / src / code / early-impl.lisp
index 6c8b33f..c3bcaee 100644 (file)
@@ -9,16 +9,13 @@
 
 (in-package "SB!IMPL")
 
-(file-comment
- "$Header$")
-
 ;;; entries in STATIC-SYMBOLS table, references to which can be compiled
 ;;; as though they're special variables
 (declaim (special *posix-argv*
                  *!initial-fdefn-objects*
                  *read-only-space-free-pointer*
-                 *static-space-free-pointer*
-                 *initial-dynamic-space-free-pointer*
+                 sb!vm:*static-space-free-pointer*
+                 sb!vm:*initial-dynamic-space-free-pointer*
                  *current-catch-block*
                  *current-unwind-protect-block*
                  sb!c::*eval-stack-top*
@@ -45,7 +42,6 @@
                  sb!vm::*fp-constant-lg2*
                  sb!vm::*fp-constant-ln2*
                  sb!vm::*scavenge-read-only-space*
-                 sb!vm::*control-stacks*
                  sb!pcl::..slot-unbound..
                  sb!vm::*x86-cgc-active-p*
                  sb!vm::*static-blue-bag*))