# HG changeset patch # User Jason Rumney # Date 1193700682 0 # Node ID b55268b337cd233f4ebf4620aa85c748be585431 # Parent 2a685ee1b5bb69876b49b30d12209a4375f44f83 (NSTATICS): Revert spurious change made in last merge. diff -r 2a685ee1b5bb -r b55268b337cd src/alloc.c --- a/src/alloc.c Sun Oct 28 05:08:20 2007 +0000 +++ b/src/alloc.c Mon Oct 29 23:31:22 2007 +0000 @@ -502,7 +502,7 @@ /* Addresses of staticpro'd variables. Initialize it to a nonzero value; otherwise some compilers put it into BSS. */ -#define NSTATICS 1280 +#define NSTATICS 0x600 static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; /* Index of next unused slot in staticvec. */