Mercurial > emacs
changeset 82510:73e2928cb544
(BASE_PURESIZE): Increase to 1140000.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Wed, 22 Aug 2007 02:17:45 +0000 |
parents | a63d32c6172b |
children | ad03d7b3a351 |
files | src/ChangeLog src/puresize.h |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Aug 21 20:05:14 2007 +0000 +++ b/src/ChangeLog Wed Aug 22 02:17:45 2007 +0000 @@ -1,3 +1,7 @@ +2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org> + + * puresize.h (BASE_PURESIZE): Increase to 1140000. + 2007-08-19 Richard Stallman <rms@gnu.org> * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
--- a/src/puresize.h Tue Aug 21 20:05:14 2007 +0000 +++ b/src/puresize.h Wed Aug 22 02:17:45 2007 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1140000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */