X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.h;h=e8dd9debb53bcdb2214ab029d4daf92f6dd8ebdf;hb=d04b59670ab69405c4115ea3caac99fd62a4b7ab;hp=7c48249a8fd231470335a1b0aa9fca92f760c96f;hpb=cf4cb9554515c59eddbde38d1cf236339c37f55f;p=sbcl.git diff --git a/src/runtime/globals.h b/src/runtime/globals.h index 7c48249..e8dd9de 100644 --- a/src/runtime/globals.h +++ b/src/runtime/globals.h @@ -43,8 +43,12 @@ extern void globals_init(void); #else /* LANGUAGE_ASSEMBLY */ #ifdef mips +#ifdef __linux__ +#define EXTERN(name,bytes) .globl name +#else #define EXTERN(name,bytes) .extern name bytes #endif +#endif /**/ #ifdef sparc #ifdef SVR4