X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.h;h=7c48249a8fd231470335a1b0aa9fca92f760c96f;hb=5e291412ff095a2016388eee8ac265e12d565119;hp=2064f6f08b194bbab7d9b59a019cc4a732e08469;hpb=f7b3fe1bd86348bfd2a3c506e437084752142c83;p=sbcl.git diff --git a/src/runtime/globals.h b/src/runtime/globals.h index 2064f6f..7c48249 100644 --- a/src/runtime/globals.h +++ b/src/runtime/globals.h @@ -16,6 +16,7 @@ #include #include +#include "sbcl.h" #include "runtime.h" extern int foreign_function_call_active; @@ -59,7 +60,7 @@ extern void globals_init(void); #endif #endif #ifdef ppc -#ifdef DARWIN +#ifdef LISP_FEATURE_DARWIN #define EXTERN(name,bytes) .globl _/**/name #else #define EXTERN(name,bytes) .globl name