Mercurial > emacs
changeset 83402:606eab743857
Increase PURESIZE yet again.
* src/puresize.h (BASE_PURESIZE): Increase to 1220000.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-442
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sat, 19 Nov 2005 13:23:31 +0000 |
parents | 03335deca80b |
children | 51eb0aa362f3 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Fri Nov 18 14:53:14 2005 +0000 +++ b/src/puresize.h Sat Nov 19 13:23:31 2005 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */