Skip to content
Snippets Groups Projects
Commit 7648921f authored by wlott's avatar wlott
Browse files

Changed /**/ to ## because we are now feeding it through gcc which is ansi.

parent 6541e259
No related branches found
No related tags found
No related merge requests found
/* $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_) #if !defined(_INCLUDE_GLOBALS_H_)
#define _INCLUDED_GLOBALS_H_ #define _INCLUDED_GLOBALS_H_
...@@ -38,7 +38,7 @@ extern void globals_init(void); ...@@ -38,7 +38,7 @@ extern void globals_init(void);
#define EXTERN(name,bytes) .extern name bytes #define EXTERN(name,bytes) .extern name bytes
#endif #endif
#ifdef sparc #ifdef sparc
#define EXTERN(name,bytes) .global _/**/name #define EXTERN(name,bytes) .global _ ## name
#endif #endif
#ifdef ibmrt #ifdef ibmrt
#define EXTERN(name,bytes) .globl _/**/name #define EXTERN(name,bytes) .globl _/**/name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment