# HG changeset patch # User Karoly Lorentey # Date 1140710725 0 # Node ID b0c0309b27277bc2b8f1efb7d32ef99214db25cf # Parent 856efda75a1b4d77b23387bdff0112952cedc1eb Increase puresize. * src/puresize.h (BASE_PURESIZE): Increase to 1230000. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-519 diff -r 856efda75a1b -r b0c0309b2727 src/puresize.h --- 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. */