# HG changeset patch # User Gerd Moellmann # Date 1061296952 0 # Node ID eb8d63124c39bf865cb09b50ff537544d6fd73b3 # Parent 0de8f6270b302a4848816273aca56d8e832b25b0 (BASE_PURESIZE): Increase to 1100000. diff -r 0de8f6270b30 -r eb8d63124c39 src/puresize.h --- a/src/puresize.h Tue Aug 19 12:39:00 2003 +0000 +++ b/src/puresize.h Tue Aug 19 12:42:32 2003 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (920000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */