summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-05 17:05:17 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-05 17:05:17 +0000
commit4ce8eec2d54062fd296d226529b80c881336ab7b (patch)
treeea0d535d52bc67f82f9ff617e1df197f406e3ea8 /src/puresize.h
parentcef28359c7c7b1658087a85319630fcfb7141368 (diff)
Test MULTI_FRAME, not HAVE_X_WINDOWS.
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 24d1c50af6e..97e976ef450 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
storage to allocate. */
#ifndef PURESIZE
-#ifdef HAVE_X_WINDOWS
+#ifdef MULTI_FRAME
#define PURESIZE 200000
#else
#define PURESIZE 185000