# HG changeset patch # User Juri Linkov # Date 1249653275 0 # Node ID 3049e183cd1a1a7c4fb8ef8e181b37421ed6a2c5 # Parent dc97cf5c3f829a39b5d2a99badd4dd79dbb2154f (BASE_PURESIZE): Increase to 1270000. diff -r dc97cf5c3f82 -r 3049e183cd1a src/puresize.h --- a/src/puresize.h Fri Aug 07 08:24:29 2009 +0000 +++ b/src/puresize.h Fri Aug 07 13:54:35 2009 +0000 @@ -41,7 +41,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1260000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1270000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */