# HG changeset patch # User Karoly Lorentey # Date 1154254786 0 # Node ID 0c89a85addc3e2958ae6444b7b57d44794f01482 # Parent 4a2f192917db999f5612d49fd2bcac4d154e273d Increase PURESIZE. * src/puresize.h (BASE_PURESIZE): Increase to 1126000. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-580 diff -r 4a2f192917db -r 0c89a85addc3 src/puresize.h --- 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. */