diff options
| author | Jim Blandy | 1993-05-22 23:44:10 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-22 23:44:10 +0000 |
| commit | 85ed3485168534a649bee2e2fd0ea1424448a9a9 (patch) | |
| tree | 4673b1ee86ac880d614707ec04372167c5bdd55a /src/puresize.h | |
| parent | 9711debac57b37bf140ab4efc2ffa8ddaa2cd99d (diff) | |
| download | emacs-85ed3485168534a649bee2e2fd0ea1424448a9a9.tar.gz emacs-85ed3485168534a649bee2e2fd0ea1424448a9a9.zip | |
* puresize.h [not HAVE_X_WINDOWS] (PURESIZE): Make this 185k,
not 196k. We're actually using ~180k.
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 2521ac1582d..24d1c50af6e 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 31 | #ifdef HAVE_X_WINDOWS | 31 | #ifdef HAVE_X_WINDOWS |
| 32 | #define PURESIZE 200000 | 32 | #define PURESIZE 200000 |
| 33 | #else | 33 | #else |
| 34 | #define PURESIZE 196000 | 34 | #define PURESIZE 185000 |
| 35 | #endif | 35 | #endif |
| 36 | #endif | 36 | #endif |
| 37 | 37 | ||