From: Katsumi Yamaoka Date: Mon, 16 Jun 2008 04:55:44 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 1230000. X-Git-Tag: emacs-pretest-23.0.90~4735 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6409a9558a4215fa71bb0b7cd358f3c0c24d9a23;p=emacs.git (BASE_PURESIZE): Increase to 1230000. --- diff --git a/src/ChangeLog b/src/ChangeLog index 23b5090bc8a..6567cf00362 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-06-16 Katsumi Yamaoka + + * puresize.h (BASE_PURESIZE): Increase to 1230000. + 2008-06-16 Chong Yidong * font.c (font_parse_fcname): Correctly parse KEY=VAL values. diff --git a/src/puresize.h b/src/puresize.h index 89bb76b2cb9..d49a7a0542d 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 (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1230000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */