aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2006-08-07 06:45:31 +0000
committerKenichi Handa2006-08-07 06:45:31 +0000
commit63adfd79306f16331bb3769452ae1c574f10da0a (patch)
treef2eef51081845b27e47e64f8f0c03c5e26f98cc0 /src
parenta7bd74767c5b91b72297e29f60104640f677aa2c (diff)
downloademacs-63adfd79306f16331bb3769452ae1c574f10da0a.tar.gz
emacs-63adfd79306f16331bb3769452ae1c574f10da0a.zip
(NSTATICS): Fix previous change.
Diffstat (limited to 'src')
-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. */