diff --git a/lisp/globals.h b/lisp/globals.h
index d2c98d770930c587388109c93a678d938b82a831..3167d57a8d4c700c573ce368424bab74ab8cea6a 100644
--- a/lisp/globals.h
+++ b/lisp/globals.h
@@ -1,4 +1,4 @@
-/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/globals.h,v 1.1 1992/07/28 20:14:31 wlott Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/globals.h,v 1.2 1992/09/08 20:18:32 wlott Exp $ */
 
 #if !defined(_INCLUDE_GLOBALS_H_)
 #define _INCLUDED_GLOBALS_H_
@@ -38,7 +38,7 @@ extern void globals_init(void);
 #define EXTERN(name,bytes) .extern name bytes
 #endif
 #ifdef sparc
-#define EXTERN(name,bytes) .global _/**/name
+#define EXTERN(name,bytes) .global _ ## name
 #endif
 #ifdef ibmrt
 #define EXTERN(name,bytes) .globl _/**/name