Mercurial > emacs
changeset 91076:b55268b337cd
(NSTATICS): Revert spurious change made in last merge.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 29 Oct 2007 23:31:22 +0000 |
parents | 2a685ee1b5bb |
children | 74fda5245f7e |
files | src/alloc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloc.c Sun Oct 28 05:08:20 2007 +0000 +++ b/src/alloc.c Mon Oct 29 23:31:22 2007 +0000 @@ -502,7 +502,7 @@ /* 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. */