diff options
| author | Karl Heuer | 1999-03-10 19:58:01 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-03-10 19:58:01 +0000 |
| commit | 908ec3ce2c75398c54c173b9f75a32faa2185cd1 (patch) | |
| tree | 4cb4cfe3ff273d38da18796a37e54e49339b8d9f /src | |
| parent | 72e8143ca9449f739b91aaf86f37f9cc700afb1a (diff) | |
| download | emacs-908ec3ce2c75398c54c173b9f75a32faa2185cd1.tar.gz emacs-908ec3ce2c75398c54c173b9f75a32faa2185cd1.zip | |
(BASE_PURESIZE): Increase to 505000.
Diffstat (limited to 'src')
| -rw-r--r-- | src/puresize.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/puresize.h b/src/puresize.h index 3f337ca2d52..23f35559c47 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 (500000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 45 | #define BASE_PURESIZE (505000 + 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,4 +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 | |||