From 0078170f722188a741d16949b4d24c67dd0c310d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 2 Aug 2008 16:41:36 +0000 Subject: [PATCH] (NSTATICS): Bump to 0x640. --- src/ChangeLog | 2 ++ src/alloc.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index b6ff2386bb9..cd355044499 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2008-08-02 Eli Zaretskii + * alloc.c (NSTATICS): Bump to 0x640. + * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines. * lisp.h: Add prototype for directory_files_internal. diff --git a/src/alloc.c b/src/alloc.c index ac28a321649..9fe78e88060 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -499,7 +499,7 @@ struct gcpro *gcprolist; /* 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. */ -- 2.39.2