Mercurial > emacs
changeset 27642:42f572682c47
(BASE_PURESIZE): Increase to 650000.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 07 Feb 2000 23:20:53 +0000 |
parents | ab9750e526c0 |
children | 5df0d6bbeca6 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Mon Feb 07 14:18:57 2000 +0000 +++ b/src/puresize.h Mon Feb 07 23:20:53 2000 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (610000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (650000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */