0.6.12.7.flaky1.1:
[sbcl.git] / src / runtime / globals.c
index b4774db..7d40faf 100644 (file)
@@ -44,12 +44,7 @@ lispobj *current_auto_gc_trigger;
 /* For copying GCs, this points to the start of the dynamic space
  * currently in use (that will become the from_space when the next GC
  * is done).  For the GENCGC, it always points to DYNAMIC_SPACE_START. */
-lispobj *current_dynamic_space =
-#ifndef GENCGC
-    DYNAMIC_0_SPACE_START;
-#else
-    DYNAMIC_SPACE_START;
-#endif
+lispobj *current_dynamic_space;
 
 void globals_init(void)
 {