Mercurial > emacs
changeset 41241:e1bdfb062a79
(BASE_PURESIZE): Increase to 750000.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 18 Nov 2001 10:59:49 +0000 |
parents | 3cba35ee2b1c |
children | 98895d1e192f |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Sun Nov 18 10:02:38 2001 +0000 +++ b/src/puresize.h Sun Nov 18 10:59:49 2001 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (725000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (750000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */