From: Glenn Morris Date: Fri, 27 May 2016 23:41:07 +0000 (-0400) Subject: * src/puresize.h (BASE_PURESIZE): Increase it by a little bit. X-Git-Tag: emacs-26.0.90~1874 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5cdebe7d8b692113c3577a6ded81cb149fe6f042;p=emacs.git * src/puresize.h (BASE_PURESIZE): Increase it by a little bit. --- 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. */