# HG changeset patch # User Richard M. Stallman # Date 872355764 0 # Node ID 67cdccd3cc4c198a74cf2deb5b4119f4cbc4646b # Parent 31fbf3a289c13ac71800fadc0cce7fac78bd1e46 (BASE_PURESIZE): Increased by 10k. diff -r 31fbf3a289c1 -r 67cdccd3cc4c src/puresize.h --- a/src/puresize.h Sat Aug 23 17:01:03 1997 +0000 +++ b/src/puresize.h Sat Aug 23 17:02:44 1997 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (410000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (420000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */