From: Ken Raeburn Date: Fri, 9 Aug 2002 05:08:10 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 910000. X-Git-Tag: ttn-vms-21-2-B4~13731 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b177738e981daf38f10675d56e4df50d0bd3f227;p=emacs.git (BASE_PURESIZE): Increase to 910000. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8c87db20540..c48fcfa3b10 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,6 +3,8 @@ * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup. + * puresize.h (BASE_PURESIZE): Increase to 910000. + 2002-08-08 Kenichi Handa * coding.c (Ffind_operation_coding_system): For write-region, if diff --git a/src/puresize.h b/src/puresize.h index 147b377a69b..891dde40d77 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (830000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (910000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */