138,141c138
< ostringstream s;
<
< s << (*i)->name() << "(0)";
< fu->name = s.str();
---
> fu->name = (*i)->name() + "(0)";