X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.h;h=fc8ad968452cdda1b696c212d88277948b1361e0;hb=dd54f9e004a0a83d1328e94648f48dcc27e0be5b;hp=b0e812ba494a7d4d9ff7def4f620a6c2589f86a2;hpb=ee5629ee974ee8ce7a1cb245a99e94f8943ffd90;p=sbcl.git diff --git a/src/runtime/globals.h b/src/runtime/globals.h index b0e812b..fc8ad96 100644 --- a/src/runtime/globals.h +++ b/src/runtime/globals.h @@ -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