Mercurial > emacs
diff src/alloc.c @ 90578:dc93015fb8de
(NSTATICS): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 07 Aug 2006 06:45:31 +0000 |
parents | cf4b4d3f2600 |
children | 7f3f771c85fa |
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. */