emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/alloc.c,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c,v
Date: Tue, 08 Jul 2008 07:03:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/07/08 07:03:07

Index: alloc.c
===================================================================
RCS file: /sources/emacs/emacs/src/alloc.c,v
retrieving revision 1.441
retrieving revision 1.442
diff -u -b -r1.441 -r1.442
--- alloc.c     2 Jun 2008 06:09:13 -0000       1.441
+++ alloc.c     8 Jul 2008 07:03:07 -0000       1.442
@@ -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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]