]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 710000.
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Feb 2002 11:21:04 +0000 (11:21 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Feb 2002 11:21:04 +0000 (11:21 +0000)
src/puresize.h

index a6e0ad8ba394ae885055ef02a94acf3110467ee1..cb6be28c0f6718ff1e348c90540dfc99908c4beb 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (710000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */