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