X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.h;h=679e6265098968dc94f2005a12c6eadbc18ff403;hb=4b585c19dcd87dc3410094a2d2d7385d49200a44;hp=eacb4405f56495884984311573b80796dc2bc029;hpb=dc5d8cef786c974258601109f79ab18f874b1270;p=sbcl.git diff --git a/src/runtime/globals.h b/src/runtime/globals.h index eacb440..679e626 100644 --- a/src/runtime/globals.h +++ b/src/runtime/globals.h @@ -35,6 +35,8 @@ extern int foreign_function_call_active; 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 #else @@ -97,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