# HG changeset patch # User Gerd Moellmann # Date 932593432 0 # Node ID 618ea9b539f3fe36691586e563805f1ee077b9e2 # Parent c79dc141ef5a97b724db1590d0f71a16183e122c (BASE_PURESIZE): Increased. diff -r c79dc141ef5a -r 618ea9b539f3 src/puresize.h --- a/src/puresize.h Wed Jul 21 21:43:52 1999 +0000 +++ b/src/puresize.h Wed Jul 21 21:43:52 1999 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (505000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (515000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */