OSDN Git Service

* method.c (build_decl_overload_real): Reformat.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Sep 1997 15:53:04 +0000 (15:53 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Sep 1997 15:53:04 +0000 (15:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15804 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 944e6c5..5634151 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 6038046..69d1670 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)
     {