From 4efe9929080c33afe292389d6d17a0d1f9ef0c60 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 22 Sep 1994 07:29:02 +0000 Subject: [PATCH] (BASE_PURESIZE): Increment both values. --- src/puresize.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/puresize.h b/src/puresize.h index 388d954ad73..06d2a123230 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -31,9 +31,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef BASE_PURESIZE #ifdef MULTI_FRAME -#define BASE_PURESIZE 255000 +#define BASE_PURESIZE 260000 #else -#define BASE_PURESIZE 208000 +#define BASE_PURESIZE 215000 #endif #endif -- 2.39.5