Skip to content

Commit

Permalink
marking as todo
Browse files Browse the repository at this point in the history
  • Loading branch information
James Michael DuPont committed Apr 15, 2015
1 parent bba8181 commit 2e47dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/go/gofrontend/types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4082,7 +4082,7 @@ Function_type::do_name(Gogo* gogo, std::string* ret) const
++p)
this->append_name(p->type(), gogo, ret);
if (this->is_varargs_)
ret->append("...interface{} /*var args*/");
ret->append(" /*TODO :var args*/"); // TODO: fix this for varargs
ret->push_back(')');
}

Expand Down

0 comments on commit 2e47dfe

Please sign in to comment.