# HG changeset patch # User Ken Raeburn # Date 949525603 0 # Node ID 459744c91b53274429cc79f5e0d8ba97668bb915 # Parent 527a14f2a4532f076c1b58d241611c9aa53f2cfa * puresize.h (BASE_PURESIZE): Increase to 610000. diff -r 527a14f2a453 -r 459744c91b53 src/ChangeLog Binary file src/ChangeLog has changed diff -r 527a14f2a453 -r 459744c91b53 src/puresize.h --- a/src/puresize.h Wed Feb 02 20:25:23 2000 +0000 +++ b/src/puresize.h Wed Feb 02 21:06:43 2000 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (600000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (610000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */