# HG changeset patch # User Karoly Lorentey # Date 1132406611 0 # Node ID 606eab743857c6b24d5db396df67fa94c465af0d # Parent 03335deca80b14340f508fa459e3decbecb1de0a 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 diff -r 03335deca80b -r 606eab743857 src/puresize.h --- 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. */