Mercurial > emacs
changeset 82219:1cd1038e9e5d
(BASE_PURESIZE): Increase to 1130000.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Mon, 30 Jul 2007 22:40:16 +0000 |
parents | dec066204588 |
children | 61b5a5aa16a1 |
files | src/ChangeLog src/puresize.h |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jul 30 20:08:56 2007 +0000 +++ b/src/ChangeLog Mon Jul 30 22:40:16 2007 +0000 @@ -1,3 +1,7 @@ +2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org> + + * puresize.h (BASE_PURESIZE): Increase to 1130000. + 2007-07-30 Richard Stallman <rms@gnu.org> * lread.c (readevalloop, read1): Treat NBSP as whitespace.
--- a/src/puresize.h Mon Jul 30 20:08:56 2007 +0000 +++ b/src/puresize.h Mon Jul 30 22:40:16 2007 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */