# HG changeset patch # User Juri Linkov # Date 1194734510 0 # Node ID ddbef5dcff58e0a4651200ec84658379f8a83ca0 # Parent e62e792917334e0bd2841aac9072a31370d63914 (BASE_PURESIZE): Increase to 1130000. diff -r e62e79291733 -r ddbef5dcff58 src/puresize.h --- a/src/puresize.h Sat Nov 10 21:21:03 2007 +0000 +++ b/src/puresize.h Sat Nov 10 22:41:50 2007 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */