X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.h;h=fc8ad968452cdda1b696c212d88277948b1361e0;hb=c712f88b26cd7547ee984b90e18c134401335bc3;hp=ddb29ef0056f34e50fb67b096228cb10bb300835;hpb=973114b3cc157ea00cc9a9352aba0c888172eb7a;p=sbcl.git diff --git a/src/runtime/globals.h b/src/runtime/globals.h index ddb29ef..fc8ad96 100644 --- a/src/runtime/globals.h +++ b/src/runtime/globals.h @@ -16,10 +16,10 @@ # include # include # include "runtime.h" +# include "runtime-options.h" #endif #include "sbcl.h" -#include "runtime-options.h" #ifndef LANGUAGE_ASSEMBLY @@ -77,6 +77,11 @@ extern lispobj *current_dynamic_space; extern void globals_init(void); +#ifdef LISP_FEATURE_SB_SAFEPOINT +# define GC_SAFEPOINT_PAGE_ADDR ((lispobj) gc_safepoint_page) +extern char gc_safepoint_page[]; +#endif + #else /* LANGUAGE_ASSEMBLY */ # ifdef LISP_FEATURE_MIPS