From a2ce68493a6c21cf410cafe7e8d58058946c67ac Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 7 Aug 2006 06:42:01 +0000 Subject: [PATCH] (NSTATICS): Increased to 0x7F0. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /* Addresses of staticpro'd variables. Initialize it to a nonzero value; otherwise some compilers put it into BSS. */ -#define NSTATICS 1280 +#define NSTATICS 0x7F0 Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; /* Index of next unused slot in staticvec. */ -- 2.39.5