X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.h;h=4d83b31ef95eddefcdef8e19365d61969e14337b;hb=1de12891f900d156ed035a097561ecd7755a256a;hp=60480a7cc75563a93ef7a8e0a85a8c5108d90982;hpb=a41c057bfe9d8b0b53d2765b8559f18327f28813;p=sbcl.git diff --git a/src/runtime/globals.h b/src/runtime/globals.h index 60480a7..4d83b31 100644 --- a/src/runtime/globals.h +++ b/src/runtime/globals.h @@ -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