]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Incremented to 112000.
authorRichard M. Stallman <rms@gnu.org>
Fri, 28 Oct 2005 16:24:35 +0000 (16:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 28 Oct 2005 16:24:35 +0000 (16:24 +0000)
src/puresize.h

index 767c88bb807306e3e590134abf259f9dab6d6748..8ddbab8bbfe54dda23be27c01cba8e315b613660 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */