We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee0959 commit 6bc7addCopy full SHA for 6bc7add
src/goto-programs/show_goto_functions.cpp
@@ -75,7 +75,8 @@ void show_goto_functions(
75
out << "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n";
76
77
const symbolt &symbol = ns.lookup(fun.first);
78
- out << symbol.display_name() << " /* " << symbol.name << " */\n";
+ out << messaget::bold() << symbol.display_name() << messaget::reset()
79
+ << " /* " << symbol.name << " */\n";
80
fun.second.body.output(ns, symbol.name, out);
81
msg.status() << messaget::eom;
82
}
0 commit comments