From: Dan Nicolaescu Date: Wed, 29 Aug 2007 06:06:51 +0000 (+0000) Subject: (BASE_PURESIZE): Increase base value to 1164000. X-Git-Tag: emacs-pretest-23.0.90~11233 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=381864b2990031119da16684668b48eb86894dca;p=emacs.git (BASE_PURESIZE): Increase base value to 1164000. --- diff --git a/src/ChangeLog b/src/ChangeLog index 029f84945d5..43a097fe6a0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -36,7 +36,7 @@ * macterm.h (struct mac_display_info): Add terminal. - * puresize.h (BASE_PURESIZE): Increase base value to 1158000. + * puresize.h (BASE_PURESIZE): Increase base value to 1164000. * sysdep.c: Comment out text after #endif. diff --git a/src/puresize.h b/src/puresize.h index 5f72dfb04cc..4b88283d8dd 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 (1161000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1164000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */