diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-07-25 10:10:41 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-07-25 10:10:41 +0000 |
commit | 55a905016c61b6bfc7ed7c0b45a5b7435bf42c5c (patch) | |
tree | 966f0f3478ffa940ddd94e2b0504f387b766a46a /src/puresize.h | |
parent | 79fd0489dd7b2015d74b70755720298bef63cf74 (diff) | |
download | emacs-55a905016c61b6bfc7ed7c0b45a5b7435bf42c5c.tar.gz emacs-55a905016c61b6bfc7ed7c0b45a5b7435bf42c5c.tar.bz2 emacs-55a905016c61b6bfc7ed7c0b45a5b7435bf42c5c.zip |
(BASE_PURESIZE): Decrease to 1102000.
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 a4ec7cacf23..bae7cbb6d6a 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1141000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1102000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |