# HG changeset patch # User Gerd Moellmann # Date 943629420 0 # Node ID f3461e3610c88784fba5045158e380344723afb8 # Parent 1cafb504ab9a37141af60af4505a3fd22151ec50 (BASE_PURESIZE): Increase to 550000. diff -r 1cafb504ab9a -r f3461e3610c8 src/puresize.h --- a/src/puresize.h Fri Nov 26 13:53:02 1999 +0000 +++ b/src/puresize.h Fri Nov 26 15:17:00 1999 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (525000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (550000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */