changeset 8490:7db23bef024e

[MULTI_FRAME] (PURESIZE): Increased.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 1994 03:57:21 +0000
parents c6088e3005cf
children 320375e58ee3
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Tue Aug 09 01:41:08 1994 +0000
+++ b/src/puresize.h	Tue Aug 09 03:57:21 1994 +0000
@@ -29,7 +29,7 @@
 
 #ifndef PURESIZE
 #ifdef MULTI_FRAME
-#define PURESIZE 252000
+#define PURESIZE 255000
 #else
 #define PURESIZE 208000
 #endif