# HG changeset patch # User Kenichi Handa # Date 1154933131 0 # Node ID dc93015fb8dee5719dbed7f8b5c0f1bc0c1eec6b # Parent ac534b5d1dc98a11fbb19382e1228114b7932238 (NSTATICS): Fix previous change. diff -r ac534b5d1dc9 -r dc93015fb8de src/alloc.c --- 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. */