From b8fa755be09571940e184ecb5dc0e44107dcf6bc Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Wed, 22 Aug 2007 02:17:45 +0000 Subject: [PATCH] (BASE_PURESIZE): Increase to 1140000. --- src/ChangeLog | 4 ++++ src/puresize.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. */ -- 2.39.2