]> git.eshelyaron.com Git - emacs.git/commitdiff
(NSTATICS): Revert spurious change made in last merge.
authorJason Rumney <jasonr@gnu.org>
Mon, 29 Oct 2007 23:31:22 +0000 (23:31 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 29 Oct 2007 23:31:22 +0000 (23:31 +0000)
src/alloc.c

index 80abe170748d701b7c46ed93c76236c067111712..5e3c38943f49fb6a3cdda7f5b560a8f620cc4e49 100644 (file)
@@ -502,7 +502,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 0x600
 static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
 
 /* Index of next unused slot in staticvec.  */