X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.h;h=eacb4405f56495884984311573b80796dc2bc029;hb=1db4f16ef02f5b4d699d78541edb19ad8f3defc8;hp=9dca7974bb5712f5432157f4857c39fb3c863a41;hpb=9a19ce460a70a6c1de36095b3e2621116b91cc80;p=sbcl.git diff --git a/src/runtime/globals.h b/src/runtime/globals.h index 9dca797..eacb440 100644 --- a/src/runtime/globals.h +++ b/src/runtime/globals.h @@ -33,6 +33,7 @@ extern int foreign_function_call_active; #endif extern size_t dynamic_space_size; +extern size_t thread_control_stack_size; #ifdef LISP_FEATURE_WIN32 #define ENVIRON _environ