Mercurial > emacs
changeset 70037:c314acf9c854
(BASE_PURESIZE): Decrement back to 1200000.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sun, 16 Apr 2006 17:27:17 +0000 |
parents | f324bc9cc79b |
children | 5e47fe08af2c |
files | src/ChangeLog src/puresize.h |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Apr 16 12:19:47 2006 +0000 +++ b/src/ChangeLog Sun Apr 16 17:27:17 2006 +0000 @@ -1,3 +1,7 @@ +2006-04-16 Romain Francoise <romain@orebokech.com> + + * puresize.h (BASE_PURESIZE): Decrement back to 1200000. + 2006-04-16 Andreas Schwab <schwab@suse.de> * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
--- a/src/puresize.h Sun Apr 16 12:19:47 2006 +0000 +++ b/src/puresize.h Sun Apr 16 17:27:17 2006 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */