Commit 5a45bc3e by Jason Merrill Committed by Jason Merrill

* method.c (build_decl_overload_real): Reformat.

From-SVN: r15804
parent b7067a12
Tue Sep 30 08:51:36 1997 Jason Merrill <jason@yorick.cygnus.com>
* method.c (build_decl_overload_real): Reformat.
Tue Sep 30 00:18:26 1997 Jason Merrill <jason@yorick.cygnus.com>
* method.c (synthesize_method): If at_eof, determine our linkage.
......
......@@ -1157,8 +1157,10 @@ build_decl_overload_real (dname, parms, ret_type, tparms, targs,
TREE_CHAIN (parms));
}
}
else if (tparms)
OB_PUTC ('H');
else
OB_PUTC ((tparms != NULL_TREE) ? 'H' : 'F');
OB_PUTC ('F');
if (tparms)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment