Mercurial > emacs
changeset 52255:eb8d63124c39
(BASE_PURESIZE): Increase to 1100000.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 19 Aug 2003 12:42:32 +0000 |
parents | 0de8f6270b30 |
children | 36e112575ca8 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Tue Aug 19 12:39:00 2003 +0000 +++ b/src/puresize.h Tue Aug 19 12:42:32 2003 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (920000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */