# HG changeset patch # User Richard M. Stallman # Date 782036290 0 # Node ID 5617d313ea942822ea23a6e9d32dceaa48eddf21 # Parent 76ce1230257f5856d2b645f358387b0732065323 (BASE_PURESIZE): Incremented. diff -r 76ce1230257f -r 5617d313ea94 src/puresize.h --- a/src/puresize.h Thu Oct 13 07:55:30 1994 +0000 +++ b/src/puresize.h Thu Oct 13 08:18:10 1994 +0000 @@ -31,9 +31,9 @@ #ifndef BASE_PURESIZE #ifdef MULTI_FRAME -#define BASE_PURESIZE 260000 +#define BASE_PURESIZE 265000 #else -#define BASE_PURESIZE 215000 +#define BASE_PURESIZE 220000 #endif #endif