]> git.eshelyaron.com Git - emacs.git/commitdiff
(NSTATICS): Bump to 0x640.
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Aug 2008 16:41:36 +0000 (16:41 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Aug 2008 16:41:36 +0000 (16:41 +0000)
src/ChangeLog
src/alloc.c

index b6ff2386bb91b49585dd5e42932c3b82b1dbaacb..cd355044499eeda8847bd5c94b499b480a70eb4a 100644 (file)
@@ -1,5 +1,7 @@
 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
 
+       * alloc.c (NSTATICS): Bump to 0x640.
+
        * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
 
        * lisp.h: Add prototype for directory_files_internal.
index ac28a32164938d604a7eb0942aa6e95741c47638..9fe78e880601d2f653f275b5213c1dbca80d032c 100644 (file)
@@ -499,7 +499,7 @@ struct gcpro *gcprolist;
 /* 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.  */