From: Andreas Schwab Date: Sun, 27 Apr 2008 10:21:48 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 1200000. X-Git-Tag: emacs-pretest-23.0.90~6007 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea6104a81e0459e3b901ccdb588762ecf1ba9fc4;p=emacs.git (BASE_PURESIZE): Increase to 1200000. --- diff --git a/src/ChangeLog b/src/ChangeLog index bac04275455..bd210d9f72f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-04-27 Andreas Schwab + + * puresize.h (BASE_PURESIZE): Increase to 1200000. + 2008-04-26 Eli Zaretskii * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from diff --git a/src/puresize.h b/src/puresize.h index 26435f39a77..4fdd44a903e 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 (1190000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */