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 c82b50aae36..171cdade81a 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -501,7 +501,7 @@ struct gcpro *gcprolist;
501/* Addresses of staticpro'd variables. Initialize it to a nonzero 501/* Addresses of staticpro'd variables. Initialize it to a nonzero
502 value; otherwise some compilers put it into BSS. */ 502 value; otherwise some compilers put it into BSS. */
503 503
504#define NSTATICS 0x7F0 504#define NSTATICS 0x600
505Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; 505Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
506 506
507/* Index of next unused slot in staticvec. */ 507/* Index of next unused slot in staticvec. */