Mercurial > emacs
changeset 83479:b0c0309b2727
Increase puresize.
* src/puresize.h (BASE_PURESIZE): Increase to 1230000.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-519
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 23 Feb 2006 16:05:25 +0000 |
parents | 856efda75a1b |
children | 3cc2ba972850 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Thu Feb 23 03:17:52 2006 +0000 +++ b/src/puresize.h Thu Feb 23 16:05:25 2006 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1230000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */