Mercurial > emacs
changeset 97230:a279d4c66e68
(NSTATICS): Bump to 0x640.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Aug 2008 16:40:43 +0000 |
parents | 84d4fb2fbce8 |
children | 32841f1fcbb9 |
files | src/alloc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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. */