# HG changeset patch # User Eli Zaretskii # Date 1145700576 0 # Node ID 85b739eba47ca59e5a0a3cff70beb022a7049ecf # Parent 2febbeb391251d6944f660b11ea821151e208e32 (BASE_PURESIZE): Increase to 1205000. diff -r 2febbeb39125 -r 85b739eba47c src/puresize.h --- a/src/puresize.h Sat Apr 22 00:11:11 2006 +0000 +++ b/src/puresize.h Sat Apr 22 10:09:36 2006 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1205000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */