Mercurial > emacs
changeset 27591:459744c91b53
* puresize.h (BASE_PURESIZE): Increase to 610000.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Wed, 02 Feb 2000 21:06:43 +0000 |
parents | 527a14f2a453 |
children | 5cd59d1800ad |
files | src/ChangeLog src/puresize.h |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Wed Feb 02 20:25:23 2000 +0000 +++ b/src/puresize.h Wed Feb 02 21:06:43 2000 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (600000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (610000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */