diff src/puresize.h @ 83543:6b25ef5cc276

Fix obvious runtime errors after merge. * lisp/term/x-win.el (x-initialize-window-system): Make a copy of pure list. * src/puresize.h (BASE_PURESIZE): Increase puresize. * src/alloc.c (emacs_blocked_malloc): Disable mallopt call. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-583
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 14 Oct 2006 18:40:58 +0000
parents 694bbb62a75d
children b8d9a391daf3
line wrap: on
line diff
--- a/src/puresize.h	Sat Oct 14 17:36:28 2006 +0000
+++ b/src/puresize.h	Sat Oct 14 18:40:58 2006 +0000
@@ -43,7 +43,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1140000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */