changeset 9000:49f21ecbda41

(BASE_PURESIZE): Increment both values.
author Richard M. Stallman <rms@gnu.org>
date Thu, 22 Sep 1994 07:29:02 +0000
parents c3a04b8a2786
children 69f0ae06bcdf
files src/puresize.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Thu Sep 22 07:26:46 1994 +0000
+++ b/src/puresize.h	Thu Sep 22 07:29:02 1994 +0000
@@ -31,9 +31,9 @@
 
 #ifndef BASE_PURESIZE
 #ifdef MULTI_FRAME
-#define BASE_PURESIZE 255000
+#define BASE_PURESIZE 260000
 #else
-#define BASE_PURESIZE 208000
+#define BASE_PURESIZE 215000
 #endif
 #endif