From: Dan Nicolaescu Date: Sat, 17 Nov 2007 18:23:01 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 1190000. X-Git-Tag: emacs-pretest-23.0.90~9656 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c1d8cb62ce6d91e21186c63f3f4fd25fe6bfc1c;p=emacs.git (BASE_PURESIZE): Increase to 1190000. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9c8893fdcdc..09b004ecefd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-11-17 Dan Nicolaescu + + * puresize.h (BASE_PURESIZE): Increase to 1190000. + 2007-11-16 Stefan Monnier * buffer.h (struct buffer): Move `undo_list' back to before `name'. diff --git a/src/puresize.h b/src/puresize.h index bf4971a0b5f..100721b36cc 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1180000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1190000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */