diff options
| author | Paul Eggert | 2016-05-27 18:11:44 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-05-27 18:12:08 -0700 |
| commit | 4ce68f8f0f1dd1aa518e6e682b2c2cef1f49d953 (patch) | |
| tree | 9b0bf1011f2c867b108b5cb3456f125181354ea4 /src | |
| parent | 5cdebe7d8b692113c3577a6ded81cb149fe6f042 (diff) | |
| download | emacs-4ce68f8f0f1dd1aa518e6e682b2c2cef1f49d953.tar.gz emacs-4ce68f8f0f1dd1aa518e6e682b2c2cef1f49d953.zip | |
* src/puresize.h (BASE_PURESIZE): Increase it some more.
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 5b884d3b715..da827ed3997 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -47,7 +47,7 @@ INLINE_HEADER_BEGIN | |||
| 47 | #endif | 47 | #endif |
| 48 | 48 | ||
| 49 | #ifndef BASE_PURESIZE | 49 | #ifndef BASE_PURESIZE |
| 50 | #define BASE_PURESIZE (1801000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 50 | #define BASE_PURESIZE (1900000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) |
| 51 | #endif | 51 | #endif |
| 52 | 52 | ||
| 53 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ | 53 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |