From: Jason Merrill Date: Tue, 30 Sep 1997 15:53:04 +0000 (+0000) Subject: * method.c (build_decl_overload_real): Reformat. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a45bc3e5bb5dc66225751fb13d08d71310a6879;p=gcc.git * method.c (build_decl_overload_real): Reformat. From-SVN: r15804 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 944e6c5ae66..56341515481 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 30 08:51:36 1997 Jason Merrill + + * method.c (build_decl_overload_real): Reformat. + Tue Sep 30 00:18:26 1997 Jason Merrill * method.c (synthesize_method): If at_eof, determine our linkage. diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 60380460ef5..69d1670e7a7 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -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) {