# HG changeset patch # User Kenichi Handa # Date 1014947151 0 # Node ID 3ba2c6782b106f2347dd964dd8803a093679264f # Parent c60e206fcf58352b5f0c62fc1bcf33f55f3f4070 (BASE_PURESIZE): Increased. diff -r c60e206fcf58 -r 3ba2c6782b10 src/puresize.h --- a/src/puresize.h Fri Mar 01 01:45:23 2002 +0000 +++ b/src/puresize.h Fri Mar 01 01:45:51 2002 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (755000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (900000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */