summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-09-25 22:46:34 +0000
committerRoland McGrath <roland@gnu.org>1993-09-25 22:46:34 +0000
commitb67365367b451c8fb573d9ab9fa6c3d836d33931 (patch)
tree8759e14d7bb4884d5b1050a7632c45caca1923f4 /src/puresize.h
parenta09622feea3505369e13de07760330c7c35a5e13 (diff)
downloademacs-b67365367b451c8fb573d9ab9fa6c3d836d33931.tar.gz
[MULTI_FRAME]: Increase PURESIZE to 220000.
Diffstat (limited to 'src/puresize.h')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 3ca41582199..6a3d7ce8afa 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