Mercurial > emacs
changeset 95198:26cadf892c50
(BASE_PURESIZE): Increaed to 1220000.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 22 May 2008 12:27:30 +0000 |
parents | 38e47a7f81f3 |
children | aa04b6d24b33 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Thu May 22 11:16:32 2008 +0000 +++ b/src/puresize.h Thu May 22 12:27:30 2008 +0000 @@ -41,7 +41,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */