0.9.18.29: --dynamic-space-size command-line switch
[sbcl.git] / src / runtime / globals.h
index 60480a7..4d83b31 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef LANGUAGE_ASSEMBLY
 extern int foreign_function_call_active;
-extern boolean stop_the_world;
+extern size_t dynamic_space_size;
 
 #ifdef LISP_FEATURE_WIN32
 #define ENVIRON _environ