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 [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c,v [EMACS_22_BASE]
Date: Sun, 10 Aug 2008 02:40:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       08/08/10 02:40:18

Index: alloc.c
===================================================================
RCS file: /sources/emacs/emacs/src/alloc.c,v
retrieving revision 1.409.2.5
retrieving revision 1.409.2.6
diff -u -b -r1.409.2.5 -r1.409.2.6
--- alloc.c     12 Apr 2008 01:58:56 -0000      1.409.2.5
+++ alloc.c     10 Aug 2008 02:40:16 -0000      1.409.2.6
@@ -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
 




reply via email to

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