From: Kenichi Handa Date: Mon, 7 Aug 2006 06:42:01 +0000 (+0000) Subject: (NSTATICS): Increased to 0x7F0. X-Git-Tag: emacs-pretest-23.0.90~8295^2~774 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2ce68493a6c21cf410cafe7e8d58058946c67ac;p=emacs.git (NSTATICS): Increased to 0x7F0. --- 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. */