]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 700000.
authorGerd Moellmann <gerd@gnu.org>
Fri, 17 Nov 2000 22:36:22 +0000 (22:36 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 17 Nov 2000 22:36:22 +0000 (22:36 +0000)
src/puresize.h

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