Use /**/ instead of ## to concatenate symbols on PPC/Darwin
/**/
# 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
.align 3 @ \
_##x:
-#define GFUNCDEF(x) .globl _/**/x @ \
+#define GFUNCDEF(x) .globl _ ## x @ \
FUNCDEF(x)
#else
#define FUNCDEF(x) .text ; \
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.21.36"
+"1.0.21.37"