diff src/alloc.c @ 80696:acd89d089f05

Use __sparc__ rather than sparc.
author Glenn Morris <rgm@gnu.org>
date Sun, 10 Aug 2008 02:40:17 +0000
parents 07f3d63ad3d3
children
line wrap: on
line diff
--- a/src/alloc.c	Sun Aug 10 02:35:40 2008 +0000
+++ b/src/alloc.c	Sun Aug 10 02:40:17 2008 +0000
@@ -4572,7 +4572,7 @@
   /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is
      needed on ia64 too.  See mach_dep.c, where it also says inline
      assembler doesn't work with relevant proprietary compilers.  */
-#ifdef sparc
+#ifdef __sparc__
   asm ("ta 3");
 #endif