changeset 7386:60b718b9aac6

(PURESIZE): Increase to 235000.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 May 1994 02:26:40 +0000
parents ad1c04ef7695
children 57d7a275b60d
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Sat May 07 02:09:00 1994 +0000
+++ b/src/puresize.h	Sat May 07 02:26:40 1994 +0000
@@ -29,7 +29,7 @@
 
 #ifndef PURESIZE
 #ifdef MULTI_FRAME
-#define PURESIZE 232000
+#define PURESIZE 235000
 #else
 #define PURESIZE 200000
 #endif