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