changeset 3498:e34b759a7b77

Test MULTI_FRAME, not HAVE_X_WINDOWS.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 Jun 1993 17:05:17 +0000
parents 861699ced09d
children 6428162f137c
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Sat Jun 05 17:03:08 1993 +0000
+++ b/src/puresize.h	Sat Jun 05 17:05:17 1993 +0000
@@ -28,7 +28,7 @@
    storage to allocate.  */
 
 #ifndef PURESIZE
-#ifdef HAVE_X_WINDOWS
+#ifdef MULTI_FRAME
 #define PURESIZE 200000
 #else
 #define PURESIZE 185000