Mercurial > emacs
changeset 46842:db5ca410c826
(BASE_PURESIZE): Increase to 910000.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Fri, 09 Aug 2002 05:08:00 +0000 |
parents | 99952aa7f2c3 |
children | eaabefb58a60 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Fri Aug 09 01:56:00 2002 +0000 +++ b/src/puresize.h Fri Aug 09 05:08:00 2002 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (830000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (910000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */