]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 675000.
authorGerd Moellmann <gerd@gnu.org>
Tue, 23 May 2000 21:59:11 +0000 (21:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 23 May 2000 21:59:11 +0000 (21:59 +0000)
src/puresize.h

index 875329c969b99dd4c9fc7dc695dd53d6ea348216..2eb507c87e38b2a3c709a0d6543f70124911b617 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (650000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (675000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */