Mercurial > emacs
changeset 72115:8715f0826e55
(BASE_PURESIZE): Decrease to 1102000.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Tue, 25 Jul 2006 10:10:31 +0000 |
parents | fe7f8d2385f8 |
children | 1a37f6416b9f |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Tue Jul 25 10:10:19 2006 +0000 +++ b/src/puresize.h Tue Jul 25 10:10:31 2006 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1141000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1102000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */