]> git.eshelyaron.com Git - emacs.git/commitdiff
Decrease NSTATICS to 0x800.
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 Oct 2012 06:43:12 +0000 (08:43 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 Oct 2012 06:43:12 +0000 (08:43 +0200)
src/ChangeLog
src/alloc.c

index 4a4887579a70ed1e1463e003b874c9e4a3dc98be..cf7302914ab13b56e231fd4869330882e90cbbc5 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * alloc.c (NSTATICS): Decrease to 0x800.
+
 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * fns.c (Fnreverse): Include the problem element when signalling an
index 257e4fdd5e3ab1d8d510e28782de988b042ff1d3..5bb528c64ab4ff271515b3c67abbcffafb751b1b 100644 (file)
@@ -376,7 +376,7 @@ struct gcpro *gcprolist;
 /* Addresses of staticpro'd variables.  Initialize it to a nonzero
    value; otherwise some compilers put it into BSS.  */
 
-#define NSTATICS 0x1000
+#define NSTATICS 0x800
 static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
 
 /* Index of next unused slot in staticvec.  */