# HG changeset patch # User Gerd Moellmann # Date 1006081189 0 # Node ID e1bdfb062a796b614ab635e770c121e03e0b150b # Parent 3cba35ee2b1c555c0f1d3e496a76bbbf279453cd (BASE_PURESIZE): Increase to 750000. diff -r 3cba35ee2b1c -r e1bdfb062a79 src/puresize.h --- a/src/puresize.h Sun Nov 18 10:02:38 2001 +0000 +++ b/src/puresize.h Sun Nov 18 10:59:49 2001 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (725000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (750000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */