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
commit5491f4783f5cd55007ca93571d9f0429e5bdd5bd (patch)
treefd06d94fb042fba8440da941d90a940fd16c561b /src/puresize.h
parent866caf26c9c1a99e0bb508a9316f0886d46beabe (diff)
downloademacs-5491f4783f5cd55007ca93571d9f0429e5bdd5bd.tar.gz
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