0.9.18.71: fix build on Darwin 7.9.0 (OS X 10.3)
[sbcl.git] / src / code / early-impl.lisp
index 6009653..3ab97bf 100644 (file)
@@ -19,7 +19,6 @@
                   *core-string*
                   *read-only-space-free-pointer*
                   sb!vm:*static-space-free-pointer*
-                  sb!vm:*initial-dynamic-space-free-pointer*
                   sb!vm::*current-catch-block*
                   sb!vm::*current-unwind-protect-block*
                   sb!vm::*alien-stack*
@@ -33,8 +32,7 @@
                   ;; :X86. (Note that non-X86 ports mention
                   ;; pseudo-atomicity too, but they handle it without
                   ;; messing with special variables.)
-                  #!+(or x86 x86-64) *pseudo-atomic-atomic*
-                  #!+(or x86 x86-64) *pseudo-atomic-interrupted*
+                  #!+(or x86 x86-64) *pseudo-atomic-bits*
                   sb!unix::*interrupts-enabled*
                   sb!unix::*interrupt-pending*
                   *free-interrupt-context-index*
@@ -51,4 +49,5 @@
                   sb!vm::*fp-constant-l2e*
                   sb!vm::*fp-constant-lg2*
                   sb!vm::*fp-constant-ln2*
+                  sb!vm:*alloc-signal*
                   sb!pcl::..slot-unbound..))