Mercurial > emacs
changeset 85125:d9578941757d
(BASE_PURESIZE): Increase to 1170000.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Wed, 10 Oct 2007 01:14:25 +0000 |
parents | 0e7ca459b337 |
children | 9a6e9b6e4a76 |
files | src/ChangeLog src/puresize.h |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Oct 09 18:22:38 2007 +0000 +++ b/src/ChangeLog Wed Oct 10 01:14:25 2007 +0000 @@ -1,3 +1,7 @@ +2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org> + + * puresize.h (BASE_PURESIZE): Increase to 1170000. + 2007-10-08 Martin Rudalics <rudalics@gmx.at> * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
--- a/src/puresize.h Tue Oct 09 18:22:38 2007 +0000 +++ b/src/puresize.h Wed Oct 10 01:14:25 2007 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1164000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */