]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 1620000.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 4 Nov 2009 06:31:42 +0000 (06:31 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 4 Nov 2009 06:31:42 +0000 (06:31 +0000)
src/ChangeLog
src/puresize.h

index 393bb85c067133e2764eb6042ec048e112f38cd4..8dd8727086350ed973b2b0ce6996338e599614d2 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1620000.
+
 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
index 44367dabb8350ad8b7cfca0dd69a7227a43f095b..f9ab182438cdb5d04191011e8c4cfdee765525bd 100644 (file)
@@ -41,7 +41,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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.  */