aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorKenichi Handa2006-08-07 06:42:01 +0000
committerKenichi Handa2006-08-07 06:42:01 +0000
commita2ce68493a6c21cf410cafe7e8d58058946c67ac (patch)
tree50559d39462eac2f95f6672f02ca6c4f2b47ceaf /src/alloc.c
parent45d5422ee3f707ee94473bf1bd155872ce361ee5 (diff)
downloademacs-a2ce68493a6c21cf410cafe7e8d58058946c67ac.tar.gz
emacs-a2ce68493a6c21cf410cafe7e8d58058946c67ac.zip
(NSTATICS): Increased to 0x7F0.
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 9f93e62d2ed..c82b50aae36 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 1280 504#define NSTATICS 0x7F0
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. */