Mercurial > emacs
changeset 72028:3bbfc3872cb9
(BASE_PURESIZE): Decrease to 1141000.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Thu, 20 Jul 2006 01:01:18 +0000 |
parents | 107f9a044a0a |
children | c8c04c1c517d |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Thu Jul 20 01:01:04 2006 +0000 +++ b/src/puresize.h Thu Jul 20 01:01:18 2006 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1211000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1141000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */