]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Decrease to 1141000.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 20 Jul 2006 01:01:18 +0000 (01:01 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 20 Jul 2006 01:01:18 +0000 (01:01 +0000)
src/puresize.h

index 457a75ea023647aa7411640bec41e7c19c2cafe8..a4ec7cacf235c053993c7eca68392be8981b194f 100644 (file)
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1211000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1141000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */