changeset 4787:409e4e3dcd4e

[MULTI_FRAME]: Increase PURESIZE to 220000.
author Roland McGrath <roland@gnu.org>
date Sat, 25 Sep 1993 22:46:34 +0000
parents 0a297b60d293
children 3182c0f7ace4
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Fri Sep 24 20:02:03 1993 +0000
+++ b/src/puresize.h	Sat Sep 25 22:46:34 1993 +0000
@@ -29,7 +29,7 @@
 
 #ifndef PURESIZE
 #ifdef MULTI_FRAME
-#define PURESIZE 210000
+#define PURESIZE 220000
 #else
 #define PURESIZE 190000
 #endif