# HG changeset patch # User Richard M. Stallman # Date 916068428 0 # Node ID 4307fe505e5f8459b4c209b6b1d26f212e17e102 # Parent e546776e7a766d6e321f7348e58eea85ae0e55d8 (BASE_PURESIZE): Increment to 500000. diff -r e546776e7a76 -r 4307fe505e5f src/puresize.h --- a/src/puresize.h Mon Jan 11 15:26:36 1999 +0000 +++ b/src/puresize.h Mon Jan 11 15:27:08 1999 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (495000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (500000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */