aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index ac28a321649..9fe78e88060 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -499,7 +499,7 @@ struct gcpro *gcprolist;
499/* Addresses of staticpro'd variables. Initialize it to a nonzero 499/* Addresses of staticpro'd variables. Initialize it to a nonzero
500 value; otherwise some compilers put it into BSS. */ 500 value; otherwise some compilers put it into BSS. */
501 501
502#define NSTATICS 0x600 502#define NSTATICS 0x640
503static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; 503static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
504 504
505/* Index of next unused slot in staticvec. */ 505/* Index of next unused slot in staticvec. */