From: Katsumi Yamaoka Date: Wed, 22 Aug 2007 02:17:45 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 1140000. X-Git-Tag: emacs-pretest-23.0.90~11419 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8fa755be09571940e184ecb5dc0e44107dcf6bc;p=emacs.git (BASE_PURESIZE): Increase to 1140000. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3962c174970..1b29ea36acb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-08-22 Katsumi Yamaoka + + * puresize.h (BASE_PURESIZE): Increase to 1140000. + 2007-08-19 Richard Stallman * eval.c (Ffunction, Fquote): Signal error if not 1 argument. diff --git a/src/puresize.h b/src/puresize.h index c6456730075..8ce51dbfd8b 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1140000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */