Decrease NSTATICS to 0x800.

This commit is contained in:
Eli Zaretskii
2012-10-19 08:43:12 +02:00
parent f60d391f5f
commit d282492862
2 changed files with 5 additions and 1 deletions

View 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

View 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. */