X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.h;h=13a04472300447eb364adf305b76807348558340;hb=e795ac27a9780a35a7d561bfe34d7df224958fbd;hp=baff01ad4508785897803b50e9339eeadc2246ea;hpb=e365f2f7a9c66d307b48fee70778f4eaa84bdcc0;p=sbcl.git diff --git a/src/runtime/globals.h b/src/runtime/globals.h index baff01a..13a0447 100644 --- a/src/runtime/globals.h +++ b/src/runtime/globals.h @@ -35,6 +35,7 @@ extern lispobj *current_auto_gc_trigger; extern lispobj *current_dynamic_space; extern pid_t parent_pid; +extern boolean stop_the_world; extern void globals_init(void);