(BASE_PURESIZE): Increment MULTI_FRAME value.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Oct 1994 20:12:53 +0000 (20:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Oct 1994 20:12:53 +0000 (20:12 +0000)
src/puresize.h

index 713606e..91dc148 100644 (file)
@@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifndef BASE_PURESIZE
 #ifdef MULTI_FRAME
-#define BASE_PURESIZE (265000 + SYSTEM_PURESIZE_EXTRA)
+#define BASE_PURESIZE (275000 + SYSTEM_PURESIZE_EXTRA)
 #else
 #define BASE_PURESIZE (220000 + SYSTEM_PURESIZE_EXTRA)
 #endif