From: Katsumi Yamaoka Date: Fri, 14 Nov 2008 00:17:11 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 1260000. X-Git-Tag: emacs-pretest-23.0.90~1849 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3fda03158cca460086a067a6d104b9f97309ee36;p=emacs.git (BASE_PURESIZE): Increase to 1260000. --- diff --git a/src/ChangeLog b/src/ChangeLog index c96d0fe6c77..2e2c77613d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-11-14 Katsumi Yamaoka + + * puresize.h (BASE_PURESIZE): Increase to 1260000. + 2008-11-12 Michal Nazarewicz (tiny change) * frame.c (x_set_alpha): Set alpha to -1 if nil given. diff --git a/src/puresize.h b/src/puresize.h index c1996011d8a..ae0e67bb379 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 (1250000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1260000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */