From: Jason Rumney Date: Mon, 29 Oct 2007 23:31:22 +0000 (+0000) Subject: (NSTATICS): Revert spurious change made in last merge. X-Git-Tag: emacs-pretest-23.0.90~8295^2~287 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ccaa71a47a4e7a0c3fafa2f91182421b3314f31;p=emacs.git (NSTATICS): Revert spurious change made in last merge. --- diff --git a/src/alloc.c b/src/alloc.c index 80abe170748..5e3c38943f4 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -502,7 +502,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 0x600 static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; /* Index of next unused slot in staticvec. */