aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-05 17:05:17 +0000
committerRichard M. Stallman1993-06-05 17:05:17 +0000
commit4ce8eec2d54062fd296d226529b80c881336ab7b (patch)
treeea0d535d52bc67f82f9ff617e1df197f406e3ea8
parentcef28359c7c7b1658087a85319630fcfb7141368 (diff)
downloademacs-4ce8eec2d54062fd296d226529b80c881336ab7b.tar.gz
emacs-4ce8eec2d54062fd296d226529b80c881336ab7b.zip
Test MULTI_FRAME, not HAVE_X_WINDOWS.
-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. */
28 storage to allocate. */ 28 storage to allocate. */
29 29
30#ifndef PURESIZE 30#ifndef PURESIZE
31#ifdef HAVE_X_WINDOWS 31#ifdef MULTI_FRAME
32#define PURESIZE 200000 32#define PURESIZE 200000
33#else 33#else
34#define PURESIZE 185000 34#define PURESIZE 185000