]> git.eshelyaron.com Git - emacs.git/commitdiff
(NSTATICS): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Mon, 7 Aug 2006 06:45:31 +0000 (06:45 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 7 Aug 2006 06:45:31 +0000 (06:45 +0000)
src/alloc.c

index c82b50aae36b4dfa3de85ba25793c59708364d19..171cdade81a3102d65128903b91a56448089afd6 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 0x7F0
+#define NSTATICS 0x600
 Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
 
 /* Index of next unused slot in staticvec.  */