]> git.eshelyaron.com Git - emacs.git/commitdiff
(NSTATICS): Increased to 0x7F0.
authorKenichi Handa <handa@m17n.org>
Mon, 7 Aug 2006 06:42:01 +0000 (06:42 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 7 Aug 2006 06:42:01 +0000 (06:42 +0000)
src/alloc.c

index 9f93e62d2edac9d97b3f61c1b42b1f9a092e7cf6..c82b50aae36b4dfa3de85ba25793c59708364d19 100644 (file)
@@ -501,7 +501,7 @@ struct gcpro *gcprolist;
 /* Addresses of staticpro'd variables.  Initialize it to a nonzero
    value; otherwise some compilers put it into BSS.  */
 
-#define NSTATICS 1280
+#define NSTATICS 0x7F0
 Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
 
 /* Index of next unused slot in staticvec.  */