From: Juri Linkov Date: Mon, 21 Nov 2005 07:54:48 +0000 (+0000) Subject: (BASE_PURESIZE): Increment to 1180000. X-Git-Tag: emacs-pretest-22.0.90~5731 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ed55b8ccff85971d230abf615508920d63aff8a;p=emacs.git (BASE_PURESIZE): Increment to 1180000. --- diff --git a/src/puresize.h b/src/puresize.h index b9942a90753..f82c705265b 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 (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1180000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */