* s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Dec 2011 01:05:26 +0000 (17:05 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Dec 2011 01:05:26 +0000 (17:05 -0800)
(GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
which caused a build failure on GNU/Linux IA-64.  This problem was
introduced by my 2011-10-07 patch.

src/ChangeLog
src/s/gnu-linux.h

index f8fa66d..98e87ef 100644 (file)
@@ -1,3 +1,10 @@
+2011-12-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
+       (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
+       which caused a build failure on GNU/Linux IA-64.  This problem was
+       introduced by my 2011-10-07 patch.
+
 2011-12-15  Juri Linkov  <juri@jurta.org>
 
        * image.c (imagemagick_error): New function.  (Bug#10112)
index 3d78bf6..d89b14c 100644 (file)
@@ -155,7 +155,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
     extern void *__libc_ia64_register_backing_store_base;      \
     __builtin_ia64_flushrs ();                                 \
     mark_memory (__libc_ia64_register_backing_store_base,      \
-                __builtin_ia64_bsp (), 0);                     \
+                __builtin_ia64_bsp ());                        \
   } while (0)
 #endif
 #endif