X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.h;h=679e6265098968dc94f2005a12c6eadbc18ff403;hb=743831e679b673a5680a0afd8402911516bf50e2;hp=e5a3a23de59ede213ea92f771eb2e7b9b9298b8d;hpb=f82850855bab2cdaaf51c4e92d506b365866e65f;p=sbcl.git diff --git a/src/runtime/globals.h b/src/runtime/globals.h index e5a3a23..679e626 100644 --- a/src/runtime/globals.h +++ b/src/runtime/globals.h @@ -99,7 +99,7 @@ extern void globals_init(void); /**/ # ifdef LISP_FEATURE_PPC # ifdef LISP_FEATURE_DARWIN -# define EXTERN(name,bytes) .globl _/**/name +# define EXTERN(name,bytes) .globl _ ## name # else # define EXTERN(name,bytes) .globl name # endif