Mercurial > emacs
diff src/alloc.c @ 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 | 4bc33ffdda1a |
| children | 53108e6cea98 |
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. */
