From 63adfd79306f16331bb3769452ae1c574f10da0a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 7 Aug 2006 06:45:31 +0000 Subject: [PATCH] (NSTATICS): Fix previous change. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloc.c b/src/alloc.c index c82b50aae36..171cdade81a 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -501,7 +501,7 @@ struct gcpro *gcprolist; /* 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. */ -- 2.39.5