]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increased.
authorRichard M. Stallman <rms@gnu.org>
Fri, 9 Jan 1998 22:55:18 +0000 (22:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 9 Jan 1998 22:55:18 +0000 (22:55 +0000)
src/puresize.h

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