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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c,v
Date: Sat, 02 Aug 2008 16:40:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/08/02 16:40:43

Index: alloc.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/alloc.c,v
retrieving revision 1.443
retrieving revision 1.444
diff -u -b -r1.443 -r1.444
--- alloc.c     11 Jul 2008 02:29:40 -0000      1.443
+++ alloc.c     2 Aug 2008 16:40:43 -0000       1.444
@@ -499,7 +499,7 @@
 /* Addresses of staticpro'd variables.  Initialize it to a nonzero
    value; otherwise some compilers put it into BSS.  */
 
-#define NSTATICS 0x600
+#define NSTATICS 0x640
 static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
 
 /* Index of next unused slot in staticvec.  */




reply via email to

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