(BASE_PURESIZE): Increase to 1130000.
authorJuri Linkov <juri@jurta.org>
Sat, 10 Nov 2007 22:42:06 +0000 (22:42 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 10 Nov 2007 22:42:06 +0000 (22:42 +0000)
src/ChangeLog
src/puresize.h

index cf52472..b689157 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-10  Juri Linkov  <juri@jurta.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1130000.
+
 2007-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * xdisp.c (load_overlay_strings): Fix copy&paste typo.
index 49cb9b1..c645673 100644 (file)
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */