From: Dan Nicolaescu Date: Wed, 4 Nov 2009 06:31:42 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 1620000. X-Git-Tag: emacs-pretest-23.1.90~571 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d28d4b18b785a0d8f1bb213e61a756488d249f2;p=emacs.git (BASE_PURESIZE): Increase to 1620000. --- diff --git a/src/ChangeLog b/src/ChangeLog index 393bb85c067..8dd87270863 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-11-04 Dan Nicolaescu + + * puresize.h (BASE_PURESIZE): Increase to 1620000. + 2009-11-03 Stefan Monnier * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers diff --git a/src/puresize.h b/src/puresize.h index 44367dabb83..f9ab182438c 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -41,7 +41,7 @@ along with GNU Emacs. If not, see . */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1470000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1620000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */