diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-04-10 15:19:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-04-10 15:19:04 +0000 |
commit | 5ecd7a584f75038a8cb6278eb093aea9c44fb1f2 (patch) | |
tree | eb750a986f4a6311098b15f59681faae71b7629e /src/puresize.h | |
parent | b70ebe3751ea73ee1dbc1c65f89776e4668dc57b (diff) | |
download | emacs-5ecd7a584f75038a8cb6278eb093aea9c44fb1f2.tar.gz emacs-5ecd7a584f75038a8cb6278eb093aea9c44fb1f2.tar.bz2 emacs-5ecd7a584f75038a8cb6278eb093aea9c44fb1f2.zip |
(BASE_PURESIZE): Reduce again to avoid big excess.
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 11c42a28d6c..724e0747f06 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (900000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (790000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |