Mercurial > emacs
changeset 39679:a6d0c76cc76c
(BASE_PURESIZE): Increase to 725000.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 08 Oct 2001 07:42:49 +0000 |
parents | f4bcbd3b2222 |
children | 067fe9b28cd4 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Mon Oct 08 06:58:32 2001 +0000 +++ b/src/puresize.h Mon Oct 08 07:42:49 2001 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (725000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */