# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1153357278 0 # Node ID 3bbfc3872cb93a939d877965349bc2c223438ff0 # Parent 107f9a044a0a1cbba5e722761a13db8362a1e66d (BASE_PURESIZE): Decrease to 1141000. diff -r 107f9a044a0a -r 3bbfc3872cb9 src/puresize.h --- a/src/puresize.h Thu Jul 20 01:01:04 2006 +0000 +++ b/src/puresize.h Thu Jul 20 01:01:18 2006 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1211000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1141000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */