5059ab35f3
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1552 6952d904-891a-0410-993b-d76249ca496b
12 lines
372 B
Diff
12 lines
372 B
Diff
--- malloc/malloc.c.fedora 2004-11-04 16:45:51.365618552 -0500
|
|
+++ malloc/malloc.c 2004-11-04 16:46:43.132748752 -0500
|
|
@@ -2355,7 +2355,7 @@
|
|
/* ---------------- Error behavior ------------------------------------ */
|
|
|
|
#ifndef DEFAULT_CHECK_ACTION
|
|
-#define DEFAULT_CHECK_ACTION 3
|
|
+#define DEFAULT_CHECK_ACTION 0
|
|
#endif
|
|
|
|
static int check_action = DEFAULT_CHECK_ACTION;
|