From 0eb26f89e71273552723367994450413c2bb6909 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 25 Sep 1993 22:46:34 +0000 Subject: [PATCH] [MULTI_FRAME]: Increase PURESIZE to 220000. --- src/puresize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puresize.h b/src/puresize.h index 3ca41582199..6a3d7ce8afa 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef PURESIZE #ifdef MULTI_FRAME -#define PURESIZE 210000 +#define PURESIZE 220000 #else #define PURESIZE 190000 #endif -- 2.39.5