Mercurial > emacs
changeset 72306:60cebde75072
(BASE_PURESIZE): Increase to 1120000.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 07 Aug 2006 16:39:26 +0000 |
parents | d8a525071de6 |
children | 725af3953ee0 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Mon Aug 07 13:40:32 2006 +0000 +++ b/src/puresize.h Mon Aug 07 16:39:26 2006 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1102000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */