Mercurial > emacs
changeset 68976:5c07e9043109
(BASE_PURESIZE): Increment to 1200000.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Fri, 17 Feb 2006 19:58:17 +0000 |
parents | 90801dac7d88 |
children | c6014dab558d |
files | src/ChangeLog src/puresize.h |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Feb 17 18:36:03 2006 +0000 +++ b/src/ChangeLog Fri Feb 17 19:58:17 2006 +0000 @@ -1,3 +1,7 @@ +2006-02-17 Romain Francoise <romain@orebokech.com> + + * puresize.h (BASE_PURESIZE): Increment to 1200000. + 2006-02-17 Stefan Monnier <monnier@iro.umontreal.ca> * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
--- a/src/puresize.h Fri Feb 17 18:36:03 2006 +0000 +++ b/src/puresize.h Fri Feb 17 19:58:17 2006 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1190000 + 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. */