From: Eli Zaretskii Date: Sat, 2 Aug 2008 16:41:36 +0000 (+0000) Subject: (NSTATICS): Bump to 0x640. X-Git-Tag: emacs-pretest-23.0.90~3694 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0078170f722188a741d16949b4d24c67dd0c310d;p=emacs.git (NSTATICS): Bump to 0x640. --- 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. */