diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /src/puresize.h | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'src/puresize.h')
| -rw-r--r-- | src/puresize.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/puresize.h b/src/puresize.h index 6ca10b22fdf..67c8aede134 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 42 | #endif | 42 | #endif |
| 43 | 43 | ||
| 44 | #ifndef BASE_PURESIZE | 44 | #ifndef BASE_PURESIZE |
| 45 | #define BASE_PURESIZE (1100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 45 | #define BASE_PURESIZE (920000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) |
| 46 | #endif | 46 | #endif |
| 47 | 47 | ||
| 48 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ | 48 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |
| @@ -96,6 +96,3 @@ extern char my_edata[]; | |||
| 96 | 96 | ||
| 97 | #endif /* PNTR_COMPARISON_TYPE */ | 97 | #endif /* PNTR_COMPARISON_TYPE */ |
| 98 | #endif /* VIRT_ADDRESS_VARIES */ | 98 | #endif /* VIRT_ADDRESS_VARIES */ |
| 99 | |||
| 100 | /* arch-tag: fd9b0a91-a70e-4729-a75a-6bb4ca1ce14f | ||
| 101 | (do not change this comment) */ | ||