]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increment to 1180000.
authorJuri Linkov <juri@jurta.org>
Mon, 21 Nov 2005 07:54:48 +0000 (07:54 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 21 Nov 2005 07:54:48 +0000 (07:54 +0000)
src/puresize.h

index b9942a90753af548b313282466dd91b29f86b342..f82c705265b3937e115d6fb60fca93398377676c 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1180000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */