From 02b3c4338e21166fb1c3fdd85b9c860ac675d125 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 19 Apr 1994 04:40:29 +0000 Subject: [PATCH] (PURESIZE) [!MULTI_FRAME]: Increase to 200000. --- src/puresize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puresize.h b/src/puresize.h index 170d6873ff7..c194ca7e22d 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef MULTI_FRAME #define PURESIZE 230000 #else -#define PURESIZE 190000 +#define PURESIZE 200000 #endif #endif -- 2.39.5