Mercurial > emacs
changeset 90576:cf4b4d3f2600
(NSTATICS): Increased to 0x7F0.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 07 Aug 2006 06:42:01 +0000 |
parents | 2a1c34c2d3d0 |
children | ac534b5d1dc9 |
files | src/alloc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloc.c Fri Aug 04 00:50:18 2006 +0000 +++ b/src/alloc.c Mon Aug 07 06:42:01 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 1280 +#define NSTATICS 0x7F0 Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; /* Index of next unused slot in staticvec. */