From: Kenichi Handa Date: Mon, 7 Aug 2006 06:45:31 +0000 (+0000) Subject: (NSTATICS): Fix previous change. X-Git-Tag: emacs-pretest-23.0.90~8295^2~772 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63adfd79306f16331bb3769452ae1c574f10da0a;p=emacs.git (NSTATICS): Fix previous change. --- 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; /* Addresses of staticpro'd variables. Initialize it to a nonzero value; otherwise some compilers put it into BSS. */ -#define NSTATICS 0x7F0 +#define NSTATICS 0x600 Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; /* Index of next unused slot in staticvec. */