changeset 6317:731726860971

(PURESIZE): Reduce to 230000.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Mar 1994 00:35:22 +0000
parents 1032840397be
children 8ed445c84d3c
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Sat Mar 12 06:29:57 1994 +0000
+++ b/src/puresize.h	Sun Mar 13 00:35:22 1994 +0000
@@ -29,7 +29,7 @@
 
 #ifndef PURESIZE
 #ifdef MULTI_FRAME
-#define PURESIZE 240000
+#define PURESIZE 230000
 #else
 #define PURESIZE 190000
 #endif