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

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