changeset 9514:5617d313ea94

(BASE_PURESIZE): Incremented.
author Richard M. Stallman <rms@gnu.org>
date Thu, 13 Oct 1994 08:18:10 +0000
parents 76ce1230257f
children 64a4d29fb831
files src/puresize.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Thu Oct 13 07:55:30 1994 +0000
+++ b/src/puresize.h	Thu Oct 13 08:18:10 1994 +0000
@@ -31,9 +31,9 @@
 
 #ifndef BASE_PURESIZE
 #ifdef MULTI_FRAME
-#define BASE_PURESIZE 260000
+#define BASE_PURESIZE 265000
 #else
-#define BASE_PURESIZE 215000
+#define BASE_PURESIZE 220000
 #endif
 #endif