X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.h;h=679e6265098968dc94f2005a12c6eadbc18ff403;hb=4b585c19dcd87dc3410094a2d2d7385d49200a44;hp=9dca7974bb5712f5432157f4857c39fb3c863a41;hpb=9a19ce460a70a6c1de36095b3e2621116b91cc80;p=sbcl.git diff --git a/src/runtime/globals.h b/src/runtime/globals.h index 9dca797..679e626 100644 --- a/src/runtime/globals.h +++ b/src/runtime/globals.h @@ -33,6 +33,9 @@ extern int foreign_function_call_active; #endif extern size_t dynamic_space_size; +extern size_t thread_control_stack_size; + +extern struct runtime_options *runtime_options; #ifdef LISP_FEATURE_WIN32 #define ENVIRON _environ @@ -96,7 +99,7 @@ extern void globals_init(void); /**/ # ifdef LISP_FEATURE_PPC # ifdef LISP_FEATURE_DARWIN -# define EXTERN(name,bytes) .globl _/**/name +# define EXTERN(name,bytes) .globl _ ## name # else # define EXTERN(name,bytes) .globl name # endif