From: Dan Nicolaescu Date: Tue, 28 Aug 2007 06:15:33 +0000 (+0000) Subject: * puresize.h (BASE_PURESIZE): Increase. X-Git-Tag: emacs-pretest-23.0.90~11236^2~24 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e07ea7d59aa394469f6024ddaa1f6700757bcb1;p=emacs.git * puresize.h (BASE_PURESIZE): Increase. --- diff --git a/src/puresize.h b/src/puresize.h index 0a6f2858636..5f72dfb04cc 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 (1158000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1161000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */