OSDN Git Service

Fix ifdef for debug code (we have _DEBUG).
authorKimmo Varis <kimmov@gmail.com>
Sat, 5 Jul 2008 10:23:20 +0000 (10:23 +0000)
committerKimmo Varis <kimmov@gmail.com>
Sat, 5 Jul 2008 10:23:20 +0000 (10:23 +0000)
Src/CompareEngines/DiffUtils.cpp

index da550af..f00972a 100644 (file)
@@ -133,7 +133,7 @@ int DiffUtils::diffutils_compare_files()
                        making them a hunk, and remember the rest for next iteration.  */
                        next = end->link;
                        end->link = 0;
-#ifdef DEBUG
+#ifdef _DEBUG
                        debug_script(thisob);
 #endif