]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 525000.
authorDave Love <fx@gnu.org>
Mon, 4 Oct 1999 15:47:14 +0000 (15:47 +0000)
committerDave Love <fx@gnu.org>
Mon, 4 Oct 1999 15:47:14 +0000 (15:47 +0000)
src/puresize.h

index 183579d5687b47123f0c9cce63c48ee166f4fea6..5635907fc3cb0c3dfdd253fa83795ed283d4ffbd 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (515000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (525000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */