Mercurial > emacs
changeset 90578:dc93015fb8de
(NSTATICS): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 07 Aug 2006 06:45:31 +0000 |
parents | ac534b5d1dc9 |
children | c78f05b8f09e |
files | src/alloc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloc.c Mon Aug 07 06:42:12 2006 +0000 +++ b/src/alloc.c Mon Aug 07 06:45:31 2006 +0000 @@ -501,7 +501,7 @@ /* Addresses of staticpro'd variables. Initialize it to a nonzero value; otherwise some compilers put it into BSS. */ -#define NSTATICS 0x7F0 +#define NSTATICS 0x600 Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; /* Index of next unused slot in staticvec. */