From d82767682a0b7d0a896dcf4ab29b68934a46de9d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 6 Apr 1995 08:11:31 +0000 Subject: (BASE_PURESIZE): Increment to 310000. --- src/puresize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/puresize.h b/src/puresize.h index 99391ecf2ba..03ad4e7900d 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef BASE_PURESIZE #ifdef MULTI_FRAME -#define BASE_PURESIZE (295000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (310000 + SYSTEM_PURESIZE_EXTRA) #else #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) #endif -- cgit v1.2.3