]> git.eshelyaron.com Git - emacs.git/commitdiff
Increase PURESIZE yet again.
authorKaroly Lorentey <lorentey@elte.hu>
Sat, 20 May 2006 11:19:00 +0000 (11:19 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Sat, 20 May 2006 11:19:00 +0000 (11:19 +0000)
* src/puresize.h (BASE_PURESIZE): Increase to 1240000.

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

src/puresize.h

index ccbc7a8255405a5d1bed6b1f2c6d749dada0aaf0..c1e4624564caf81531d89517275acd1fbc6f19b5 100644 (file)
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1230000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */