# HG changeset patch # User Richard M. Stallman # Date 869297386 0 # Node ID 3874dbc1bdcf4cd0169cfaf2552c3757167034c8 # Parent a37e77bbd4b3467972978d5aac7efccccc8348ca (BASE_PURESIZE): Increased to 410000. diff -r a37e77bbd4b3 -r 3874dbc1bdcf src/puresize.h --- a/src/puresize.h Sat Jul 19 05:39:06 1997 +0000 +++ b/src/puresize.h Sat Jul 19 07:29:46 1997 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (400000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (410000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */