# HG changeset patch # User Eli Zaretskii # Date 1217695243 0 # Node ID a279d4c66e68594b173cf9c1ed994134ff22bd8a # Parent 84d4fb2fbce8391efeda8ad04ae9549a0c062c42 (NSTATICS): Bump to 0x640. diff -r 84d4fb2fbce8 -r a279d4c66e68 src/alloc.c --- a/src/alloc.c Sat Aug 02 16:27:44 2008 +0000 +++ b/src/alloc.c Sat Aug 02 16:40:43 2008 +0000 @@ -499,7 +499,7 @@ /* Addresses of staticpro'd variables. Initialize it to a nonzero value; otherwise some compilers put it into BSS. */ -#define NSTATICS 0x600 +#define NSTATICS 0x640 static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; /* Index of next unused slot in staticvec. */