Increase puresize. (Emacs needs 1205176 pure bytes now.)
authorKaroly Lorentey <lorentey@elte.hu>
Mon, 7 Nov 2005 15:25:27 +0000 (15:25 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Mon, 7 Nov 2005 15:25:27 +0000 (15:25 +0000)
* src/puresize.h (BASE_PURESIZE): Increase to 1210000.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-439

src/puresize.h

index b9942a9..849df9c 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */