]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increased.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 1996 19:04:17 +0000 (19:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 1996 19:04:17 +0000 (19:04 +0000)
src/puresize.h

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