summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-05-27 19:41:07 -0400
committerGlenn Morris <rgm@gnu.org>2016-05-27 19:41:07 -0400
commit5cdebe7d8b692113c3577a6ded81cb149fe6f042 (patch)
treeb3eeede5c8b9d57f361faed8685b22f6cddb7ab7 /src/puresize.h
parent1ca6dea08380a6daccc5b01b32fce714875d44f7 (diff)
downloademacs-5cdebe7d8b692113c3577a6ded81cb149fe6f042.tar.gz
* src/puresize.h (BASE_PURESIZE): Increase it by a little bit.
Diffstat (limited to 'src/puresize.h')
-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
#endif
#ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1800000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1801000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */