# HG changeset patch # User Juri Linkov # Date 1132559688 0 # Node ID 001a781c565e272b2f082cef8557afd042dc82db # Parent 4f3a6d09d4364ed8eee2cff89ae591a205c46b04 (BASE_PURESIZE): Increment to 1180000. diff -r 4f3a6d09d436 -r 001a781c565e src/puresize.h --- a/src/puresize.h Mon Nov 21 05:02:37 2005 +0000 +++ b/src/puresize.h Mon Nov 21 07:54:48 2005 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1180000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */