0.9.18.33:
[sbcl.git] / src / runtime / gc-common.c
index 408ef8a..543c20f 100644 (file)
@@ -53,6 +53,8 @@
 #endif
 #endif
 
+size_t dynamic_space_size = DEFAULT_DYNAMIC_SPACE_SIZE;
+
 inline static boolean
 forwarding_pointer_p(lispobj *pointer) {
     lispobj first_word=*pointer;