# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1153822231 0 # Node ID 8715f0826e55252d5114b6e9da38bb6c8c216f0c # Parent fe7f8d2385f819ab015da8a54b3643ccdf50cc61 (BASE_PURESIZE): Decrease to 1102000. diff -r fe7f8d2385f8 -r 8715f0826e55 src/puresize.h --- a/src/puresize.h Tue Jul 25 10:10:19 2006 +0000 +++ b/src/puresize.h Tue Jul 25 10:10:31 2006 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1141000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1102000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */