Mercurial > emacs
changeset 83540:0c89a85addc3
Increase PURESIZE.
* src/puresize.h (BASE_PURESIZE): Increase to 1126000.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-580
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 30 Jul 2006 10:19:46 +0000 |
parents | 4a2f192917db |
children | 694bbb62a75d |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Sat Jul 29 22:04:29 2006 +0000 +++ b/src/puresize.h Sun Jul 30 10:19:46 2006 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1124000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1126000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */