Mercurial > emacs
changeset 33578:2d5a46f974fa
(BASE_PURESIZE): Increase to 700000.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 17 Nov 2000 22:36:22 +0000 |
parents | 7b19aea98ebe |
children | 952f2b202a9a |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Fri Nov 17 22:34:01 2000 +0000 +++ b/src/puresize.h Fri Nov 17 22:36:22 2000 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (680000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */