Index: src/InitTweak/FixInit.cpp
===================================================================
--- src/InitTweak/FixInit.cpp	(revision ef05cf0302e9d1379cbd37d9453c404cb7a437b8)
+++ src/InitTweak/FixInit.cpp	(revision f97e7bebd9dd85c3d1dd41ac6d02cfd90d3497df)
@@ -33,11 +33,11 @@
 #include "SymTab/GenImplicitCall.hpp"  // for genImplicitCall
 
-bool ctordtorp = false; // print all debug
+bool ctordtorp2 = false; // print all debug (duplicate name in main.cpp)
 bool ctorp = false; // print ctor debug
 bool cpctorp = false; // print copy ctor debug
 bool dtorp = false; // print dtor debug
-#define PRINT( text ) if ( ctordtorp ) { text }
-#define CP_CTOR_PRINT( text ) if ( ctordtorp || cpctorp ) { text }
-#define DTOR_PRINT( text ) if ( ctordtorp || dtorp ) { text }
+#define PRINT( text ) if ( ctordtorp2 ) { text }
+#define CP_CTOR_PRINT( text ) if ( ctordtorp2 || cpctorp ) { text }
+#define DTOR_PRINT( text ) if ( ctordtorp2 || dtorp ) { text }
 
 namespace InitTweak {
