# HG changeset patch # User Kenichi Handa # Date 1154932921 0 # Node ID cf4b4d3f2600a5c55612ea7bc1d87256ccc05083 # Parent 2a1c34c2d3d0c8c14df5d94b2cb8f2752d9d7747 (NSTATICS): Increased to 0x7F0. diff -r 2a1c34c2d3d0 -r cf4b4d3f2600 src/alloc.c --- 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. */