]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increased to 410000.
authorRichard M. Stallman <rms@gnu.org>
Sat, 19 Jul 1997 07:29:46 +0000 (07:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 19 Jul 1997 07:29:46 +0000 (07:29 +0000)
src/puresize.h

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