*** empty log message ***
authorMike Stump <mrs@gcc.gnu.org>
Tue, 12 May 1992 03:30:55 +0000 (03:30 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 12 May 1992 03:30:55 +0000 (03:30 +0000)
From-SVN: r962

gcc/dbxout.c

index 49789ae619f4e90b5c0212af1dd24af1720747e9..329579931e17d4bea7699877ffb04b3065463b5c 100644 (file)
@@ -781,8 +781,11 @@ dbxout_type_methods (type)
 
          dbxout_type_method_1 (fndecl, debug_name);
        }
-      putc (';', asmfile);
-      CHARS (1);
+      if (!need_prefix)
+       {
+          putc (';', asmfile);
+         CHARS (1);
+       }
     }
 }
 \f