Decrease NSTATICS to 0x800.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user