Mercurial > emacs
changeset 67062:001a781c565e
(BASE_PURESIZE): Increment to 1180000.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 21 Nov 2005 07:54:48 +0000 |
parents | 4f3a6d09d436 |
children | bc77b2e433fb |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Mon Nov 21 05:02:37 2005 +0000 +++ b/src/puresize.h Mon Nov 21 07:54:48 2005 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1180000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */