From 7648921f90032c7b16e1c5384c5f1858a4714a52 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 8 Sep 1992 20:18:32 +0000
Subject: [PATCH] Changed /**/ to ## because we are now feeding it through gcc
 which is ansi.

---
 lisp/globals.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/globals.h b/lisp/globals.h
index d2c98d770..3167d57a8 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
-- 
GitLab