# HG changeset patch # User Gerd Moellmann # Date 949965653 0 # Node ID 42f572682c47d0c128c3992eedf900d44bc4a155 # Parent ab9750e526c06767a47aaf983b075afad2f2b638 (BASE_PURESIZE): Increase to 650000. diff -r ab9750e526c0 -r 42f572682c47 src/puresize.h --- a/src/puresize.h Mon Feb 07 14:18:57 2000 +0000 +++ b/src/puresize.h Mon Feb 07 23:20:53 2000 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (610000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (650000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */