Mercurial > emacs
diff src/puresize.h @ 99535:aa3735d1a6b8 small-dump-base
(BASE_PURESIZE): Increase to 1260000.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Fri, 14 Nov 2008 00:17:11 +0000 |
parents | 4e53ad6f16b6 |
children | e038c1a8307c |
line wrap: on
line diff
--- a/src/puresize.h Thu Nov 13 17:04:53 2008 +0000 +++ b/src/puresize.h Fri Nov 14 00:17:11 2008 +0000 @@ -41,7 +41,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1250000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1260000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */