]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 720000.
authorAndreas Schwab <schwab@suse.de>
Sun, 18 Aug 2002 21:11:40 +0000 (21:11 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 18 Aug 2002 21:11:40 +0000 (21:11 +0000)
src/ChangeLog
src/puresize.h

index 4297c121bc0d111618221b3cc4a284fbce3222b9..167c20e217656b9b57786546fa52a556074bb38e 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-18  Andreas Schwab  <schwab@suse.de>
+
+       * puresize.h (BASE_PURESIZE): Increase to 720000.
+
 2002-08-15  Richard M. Stallman  <rms@gnu.org>
 
        * Makefile.in (lisp): Add ucs-tables.elc.
index cb6be28c0f6718ff1e348c90540dfc99908c4beb..2f1502dd13bfb890c4fab1c4df93d485bed4a126 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (710000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (720000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */