diff options
| author | Richard M. Stallman | 1994-12-24 16:42:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-24 16:42:33 +0000 |
| commit | e9fd42adaec15948dd834631c11c95198ffd248d (patch) | |
| tree | 14990ec58fc9538dd8f9e2f7461f831384de5f49 /src | |
| parent | fb15c113b92a88d1b84a1fd8e4371528cbc59692 (diff) | |
| download | emacs-e9fd42adaec15948dd834631c11c95198ffd248d.tar.gz emacs-e9fd42adaec15948dd834631c11c95198ffd248d.zip | |
(BASE_PURESIZE): Incremented by 20k.
Diffstat (limited to 'src')
| -rw-r--r-- | src/puresize.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/puresize.h b/src/puresize.h index 91dc148efd4..d30894e88d3 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -38,9 +38,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 38 | 38 | ||
| 39 | #ifndef BASE_PURESIZE | 39 | #ifndef BASE_PURESIZE |
| 40 | #ifdef MULTI_FRAME | 40 | #ifdef MULTI_FRAME |
| 41 | #define BASE_PURESIZE (275000 + SYSTEM_PURESIZE_EXTRA) | 41 | #define BASE_PURESIZE (295000 + SYSTEM_PURESIZE_EXTRA) |
| 42 | #else | 42 | #else |
| 43 | #define BASE_PURESIZE (220000 + SYSTEM_PURESIZE_EXTRA) | 43 | #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) |
| 44 | #endif | 44 | #endif |
| 45 | #endif | 45 | #endif |
| 46 | 46 | ||