# HG changeset patch # User Kenichi Handa # Date 972868562 0 # Node ID 0adfe41607709103057ccc452e3dbc35de83e288 # Parent 10bc9f620b672286b64f1b29cadad8cc0f36800e (BASE_PURESIZE): Increase to 680000. diff -r 10bc9f620b67 -r 0adfe4160770 src/puresize.h --- a/src/puresize.h Mon Oct 30 01:14:06 2000 +0000 +++ b/src/puresize.h Mon Oct 30 01:16:02 2000 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (675000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (680000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */