aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2016-05-27 19:41:07 -0400
committerGlenn Morris2016-05-27 19:41:07 -0400
commit5cdebe7d8b692113c3577a6ded81cb149fe6f042 (patch)
treeb3eeede5c8b9d57f361faed8685b22f6cddb7ab7 /src
parent1ca6dea08380a6daccc5b01b32fce714875d44f7 (diff)
downloademacs-5cdebe7d8b692113c3577a6ded81cb149fe6f042.tar.gz
emacs-5cdebe7d8b692113c3577a6ded81cb149fe6f042.zip
* src/puresize.h (BASE_PURESIZE): Increase it by a little bit.
Diffstat (limited to 'src')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index fb9d934cad5..5b884d3b715 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 (1800000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 50#define BASE_PURESIZE (1801000 + 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. */