diff options
| author | Kenichi Handa <handa@m17n.org> | 2002-03-01 01:45:51 +0000 |
|---|---|---|
| committer | Kenichi Handa <handa@m17n.org> | 2002-03-01 01:45:51 +0000 |
| commit | 404061ebe66da4e7e8944c537de7628b0653c767 (patch) | |
| tree | 869503df56ce511f4f9d1a7cf23a1c3a91e34faa /src | |
| parent | 5bbf78c1f9fee19872be7557580219d2795d6d64 (diff) | |
| download | emacs-404061ebe66da4e7e8944c537de7628b0653c767.tar.gz | |
(BASE_PURESIZE): Increased.
Diffstat (limited to 'src')
| -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 0b1ea6986a4..11c42a28d6c 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 (755000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (900000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |
