aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1993-09-25 22:46:34 +0000
committerRoland McGrath <[email protected]>1993-09-25 22:46:34 +0000
commit0eb26f89e71273552723367994450413c2bb6909 (patch)
treea05f201b01104c7d8bf381fe6f35ed9cecbcf370 /src
parent3ba7a8dacadd8160cb1a2bb994a9efe90d40ccc8 (diff)
[MULTI_FRAME]: Increase PURESIZE to 220000.
Diffstat (limited to 'src')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 3ca4158219..6a3d7ce8af 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef PURESIZE
#ifdef MULTI_FRAME
-#define PURESIZE 210000
+#define PURESIZE 220000
#else
#define PURESIZE 190000
#endif