summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorDaniel Colascione <dancol@dancol.org>2014-04-09 17:05:34 -0700
committerDaniel Colascione <dancol@dancol.org>2014-04-09 17:05:34 -0700
commitfb2dcc3567ca762f05b452bb9edd27da33322f70 (patch)
tree2a17782f12429cb9b27b188c62dae7c21793d858 /src/puresize.h
parent3f63a9f7de4f252a0309c2143e6d916d734ffe22 (diff)
downloademacs-fb2dcc3567ca762f05b452bb9edd27da33322f70.tar.gz
Increase BASE_PURESIZE
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 0ee29d803b4..376b11cf75b 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -40,7 +40,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#endif
#ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1800000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */