diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-05 17:05:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-05 17:05:17 +0000 |
commit | 4ce8eec2d54062fd296d226529b80c881336ab7b (patch) | |
tree | ea0d535d52bc67f82f9ff617e1df197f406e3ea8 /src/puresize.h | |
parent | cef28359c7c7b1658087a85319630fcfb7141368 (diff) | |
download | emacs-4ce8eec2d54062fd296d226529b80c881336ab7b.tar.gz |
Test MULTI_FRAME, not HAVE_X_WINDOWS.
Diffstat (limited to 'src/puresize.h')
-rw-r--r-- | src/puresize.h | 2 |
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 |