]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/puresize.h (BASE_PURESIZE): Increase it by a little bit.
authorGlenn Morris <rgm@gnu.org>
Fri, 27 May 2016 23:41:07 +0000 (19:41 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 27 May 2016 23:41:07 +0000 (19:41 -0400)
src/puresize.h

index fb9d934cad58a23431232e22b500986271d2b292..5b884d3b715fac76bd22e14748a9cebcac1055e6 100644 (file)
@@ -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.  */