Check-in [434830cc00]
Not logged in
Overview

SHA1 Hash:434830cc001251689aa6b6286b6c9ffc056adf65
Date: 2009-03-20 01:26:14
User: drh
Comment:Turn off the debugging prints that were left on by mistake in the previous check-in.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/merge3.c from [b978e84c95] to [04d5b28b92].

@@ -24,11 +24,11 @@
 ** This module implements a 3-way merge
 */
 #include "config.h"
 #include "merge3.h"
 
-#if 1
+#if 0
 #define DEBUG(X)  X
 #define ISDEBUG 1
 #else
 #define DEBUG(X)
 #define ISDEBUG 0