* method.c (build_decl_overload_real): Reformat.
authorJason Merrill <jason@yorick.cygnus.com>
Tue, 30 Sep 1997 15:53:04 +0000 (15:53 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 30 Sep 1997 15:53:04 +0000 (11:53 -0400)
From-SVN: r15804

gcc/cp/ChangeLog
gcc/cp/method.c

index 944e6c5ae66efe61682616ffd0817a112e26f94f..5634151548145ed24455b5088bd8c7b3350c9275 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 60380460ef528d148b644100cf838dffe19d6ab8..69d1670e7a72177d45ddcfd49a98fdad8b04267f 100644 (file)
@@ -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)
     {