X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fglobals.h;h=c9e8c8568b445ae6987e280eed894c2d1a288094;hb=48f92d19cf12f3aff81a29a786970264a523bc7a;hp=fecc3634d4c908208f466ab1a9263b39d93c4063;hpb=fdd3f1d028eed3a886dae0c5635ddd70ca12b206;p=sbcl.git diff --git a/src/runtime/globals.h b/src/runtime/globals.h index fecc363..c9e8c85 100644 --- a/src/runtime/globals.h +++ b/src/runtime/globals.h @@ -66,6 +66,11 @@ extern void globals_init(void); #endif #endif +/* FIXME : these sizes are, incidentally, bogus on Alpha. But the + * EXTERN macro doesn't use its second arg anyway, so no immediate harm + * done -dan 2002.05.07 + */ + EXTERN(foreign_function_call_active, 4) EXTERN(current_control_stack_pointer, 4)