Mercurial > emacs
changeset 104170:3049e183cd1a
(BASE_PURESIZE): Increase to 1270000.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 07 Aug 2009 13:54:35 +0000 |
parents | dc97cf5c3f82 |
children | ec9de28f99eb |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Fri Aug 07 08:24:29 2009 +0000 +++ b/src/puresize.h Fri Aug 07 13:54:35 2009 +0000 @@ -41,7 +41,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1260000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1270000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */