diff options
| author | Eli Zaretskii | 2002-02-22 14:43:39 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-22 14:43:39 +0000 |
| commit | dabc65bc2c8ad420cd14de1a7558344256ec47f4 (patch) | |
| tree | 5dc4eabb2a95d1449cb4a58575f197c418a36d7e | |
| parent | 3276b4fe6e4f69b9e5008b955191e1c8d345787e (diff) | |
| download | emacs-dabc65bc2c8ad420cd14de1a7558344256ec47f4.tar.gz emacs-dabc65bc2c8ad420cd14de1a7558344256ec47f4.zip | |
(BASE_PURESIZE): Increase to 755000.
| -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 b07f72bc914..0b1ea6986a4 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 (750000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 45 | #define BASE_PURESIZE (755000 + 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. */ |