diff options
| -rw-r--r-- | mutator-lvl0.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/mutator-lvl0.cpp b/mutator-lvl0.cpp index b85e0d7..468c90a 100644 --- a/mutator-lvl0.cpp +++ b/mutator-lvl0.cpp @@ -778,7 +778,10 @@ public:                SM.isInMainFile(MacroDefSourceLocation[x]) && !SM.isInSystemHeader(MacroDefSourceLocation[x]))            {              std::cout << "19.5 : " << "Macro defined inside a block : " << std::endl; +#if 0              std::cout << MacroDefSourceLocation[x].printToString(*MR.SourceManager) << " " << MacroNameString[x] << "\n" << std::endl; +#endif +            std::cout << MacroDefSourceLocation[x].printToString(*MR.SourceManager) << "\n" << std::endl;              XMLDocOut.XMLAddNode(MR.Context, MacroDefSourceLocation[x], "19.5", "Macro defined inside a block : ");            } | 
