From: Richard M. Stallman Date: Fri, 28 Oct 2005 16:24:35 +0000 (+0000) Subject: (BASE_PURESIZE): Incremented to 112000. X-Git-Tag: emacs-pretest-22.0.90~6242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4df8d8ecd81823551541f653be0a5bf4f0b71ccc;p=emacs.git (BASE_PURESIZE): Incremented to 112000. --- diff --git a/src/puresize.h b/src/puresize.h index 767c88bb807..8ddbab8bbfe 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */