# HG changeset patch # User Karoly Lorentey # Date 1148123940 0 # Node ID d2824fa4fa241df6585e19c0deec8fc68f96ec7a # Parent 717426715b0379cda04042fa13a09deb77e4f28c 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 diff -r 717426715b03 -r d2824fa4fa24 src/puresize.h --- 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. */