Mercurial > emacs
changeset 79371:ddbef5dcff58
(BASE_PURESIZE): Increase to 1130000.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 10 Nov 2007 22:41:50 +0000 |
parents | e62e79291733 |
children | 51d817740f68 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Sat Nov 10 21:21:03 2007 +0000 +++ b/src/puresize.h Sat Nov 10 22:41:50 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. */