(BASE_PURESIZE): Increment both values.
authorRichard M. Stallman <rms@gnu.org>
Thu, 22 Sep 1994 07:29:02 +0000 (07:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 22 Sep 1994 07:29:02 +0000 (07:29 +0000)
src/puresize.h

index 388d954..06d2a12 100644 (file)
@@ -31,9 +31,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #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