(BASE_PURESIZE): Increase to 1270000.
authorJuri Linkov <juri@jurta.org>
Fri, 7 Aug 2009 13:55:00 +0000 (13:55 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 7 Aug 2009 13:55:00 +0000 (13:55 +0000)
src/ChangeLog
src/puresize.h

index 0ff92e3..fcecdbe 100644 (file)
@@ -1,3 +1,7 @@
+2009-08-07  Juri Linkov  <juri@jurta.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1270000.
+
 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * print.c (syms_of_print): Undo previous change.
index 0ed3e90..04cbf87 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 (1260000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1270000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */