Mercurial > emacs
diff src/alloc.c @ 97230:a279d4c66e68
(NSTATICS): Bump to 0x640.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 02 Aug 2008 16:40:43 +0000 |
| parents | 0e3e875ffade |
| children | e038c1a8307c |
line wrap: on
line diff
--- a/src/alloc.c Sat Aug 02 16:27:44 2008 +0000 +++ b/src/alloc.c Sat Aug 02 16:40:43 2008 +0000 @@ -499,7 +499,7 @@ /* Addresses of staticpro'd variables. Initialize it to a nonzero value; otherwise some compilers put it into BSS. */ -#define NSTATICS 0x600 +#define NSTATICS 0x640 static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; /* Index of next unused slot in staticvec. */
