changeset 6283:8616f990feaf

(PURESIZE): Increment to 240000.
author Richard M. Stallman <rms@gnu.org>
date Thu, 10 Mar 1994 06:25:56 +0000
parents 1b76cf849b2f
children f32d9beb4acb
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Thu Mar 10 04:24:29 1994 +0000
+++ b/src/puresize.h	Thu Mar 10 06:25:56 1994 +0000
@@ -29,7 +29,7 @@
 
 #ifndef PURESIZE
 #ifdef MULTI_FRAME
-#define PURESIZE 230000
+#define PURESIZE 240000
 #else
 #define PURESIZE 190000
 #endif