# HG changeset patch # User Karl Heuer # Date 856421698 0 # Node ID 045eb8f891dc8d087c2cec47dd4145240554f021 # Parent 00b923d541080b735d54751e69d737539f333827 (BASE_PURESIZE): Increase. diff -r 00b923d54108 -r 045eb8f891dc src/puresize.h --- a/src/puresize.h Thu Feb 20 06:54:35 1997 +0000 +++ b/src/puresize.h Thu Feb 20 06:54:58 1997 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (350000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (400000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */