(BASE_PURESIZE): Increase to 750000.
authorGerd Moellmann <gerd@gnu.org>
Sun, 18 Nov 2001 11:00:08 +0000 (11:00 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 18 Nov 2001 11:00:08 +0000 (11:00 +0000)
src/ChangeLog
src/puresize.h

index b7beb3e..562a0b2 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 750000.
+
 2001-11-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * frame.c (Fframe_live_p): Doc fix.
index ed8432e..abedce4 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (725000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (750000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */