From: Chong Yidong Date: Thu, 21 Aug 2008 13:47:37 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 1250000. X-Git-Tag: emacs-pretest-23.0.90~3381 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a7c6626762fe3eda54ef8a9463805b77060c1c7;p=emacs.git (BASE_PURESIZE): Increase to 1250000. --- diff --git a/src/puresize.h b/src/puresize.h index 5012c7462c1..c1996011d8a 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -41,7 +41,7 @@ along with GNU Emacs. If not, see . */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1250000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */