diff src/alloc.c @ 96545:4cb0e945175d

Use __sparc__ rather than sparc. (Bug#507.)
author Glenn Morris <rgm@gnu.org>
date Tue, 08 Jul 2008 07:03:07 +0000
parents 4390d64d3328
children 0e3e875ffade
line wrap: on
line diff
--- a/src/alloc.c	Mon Jul 07 20:39:00 2008 +0000
+++ b/src/alloc.c	Tue Jul 08 07:03:07 2008 +0000
@@ -4487,7 +4487,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