Mercurial > emacs
changeset 10237:cefd5e68b3ec
(BASE_PURESIZE): Incremented by 20k.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 24 Dec 1994 16:42:33 +0000 |
parents | 013842475608 |
children | 0fcafe7e34cc |
files | src/puresize.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Sat Dec 24 16:41:31 1994 +0000 +++ b/src/puresize.h Sat Dec 24 16:42:33 1994 +0000 @@ -38,9 +38,9 @@ #ifndef BASE_PURESIZE #ifdef MULTI_FRAME -#define BASE_PURESIZE (275000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (295000 + SYSTEM_PURESIZE_EXTRA) #else -#define BASE_PURESIZE (220000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) #endif #endif