aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorEli Zaretskii2008-08-02 16:41:36 +0000
committerEli Zaretskii2008-08-02 16:41:36 +0000
commit0078170f722188a741d16949b4d24c67dd0c310d (patch)
treecc989744658b5584f57f92674ab3b3f2c43d4392 /src/alloc.c
parent934e2a689422aca8e2a91ac064b7a504770d4642 (diff)
downloademacs-0078170f722188a741d16949b4d24c67dd0c310d.tar.gz
emacs-0078170f722188a741d16949b4d24c67dd0c310d.zip
(NSTATICS): Bump to 0x640.
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. */