Mercurial > emacs
changeset 83520:d2824fa4fa24
Increase PURESIZE yet again.
* src/puresize.h (BASE_PURESIZE): Increase to 1240000.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-560
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sat, 20 May 2006 11:19:00 +0000 |
parents | 717426715b03 |
children | 40a5d8a15056 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Sat May 20 11:17:52 2006 +0000 +++ b/src/puresize.h Sat May 20 11:19:00 2006 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1230000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */