diff --git a/lib/executionpath.cpp b/lib/executionpath.cpp index b5e23272e..05c1297b4 100644 --- a/lib/executionpath.cpp +++ b/lib/executionpath.cpp @@ -70,7 +70,8 @@ void ExecutionPath::print() const << "\n"; } -#if 0 +// I use this function when debugging ExecutionPaths with GDB +#ifdef __GNUC__ static void printchecks(const std::list &checks) { for (std::list::const_iterator it = checks.begin(); it != checks.end(); ++it)