Mercurial > emacs
changeset 83233:a2e7b2d1eb70
Increase PURESIZE to handle the extra stuff recently added.
* src/puresize.h (BASE_PURESIZE): Enlarge base value by 100000.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-273
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 08 Dec 2004 23:53:39 +0000 |
parents | 5e454dd0d649 |
children | ad592995fd24 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Wed Dec 08 22:21:07 2004 +0000 +++ b/src/puresize.h Wed Dec 08 23:53:39 2004 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */