# HG changeset patch # User Gerd Moellmann # Date 959119151 0 # Node ID bd9265d3a2b442fb919d5745f0c94fdd1aca5f05 # Parent 47f68a566622880b0d1a5feb34590883a4e47958 (BASE_PURESIZE): Increase to 675000. diff -r 47f68a566622 -r bd9265d3a2b4 src/puresize.h --- a/src/puresize.h Tue May 23 21:58:58 2000 +0000 +++ b/src/puresize.h Tue May 23 21:59:11 2000 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (650000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (675000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */