ubsan: nios2: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / gprof / gen-c-prog.awk
index b235a64a451888c3a33d47d48997b7301cacebab..c66cf45d0becc7ba006fa84439979aed2716b0ba 100644 (file)
@@ -13,10 +13,9 @@ NR == 1      {
                print "}"
              curfun = FUNCTION
              print ""
-             print "void ", FUNCTION, "PARAMS ((FILE *));"
+             print "void ", FUNCTION, "(FILE *);"
              print "void";
-             printf "%s (file)\n", FUNCTION
-             print "     FILE *file;";
+             printf "%s (FILE *file)\n", FUNCTION
              print "{";
            }
          printf "  fputs (\"";
This page took 0.023997 seconds and 4 git commands to generate.