* configure.in (WIN32LDFLAGS): Rename to SHARED_LDFLAGS.
[deliverable/binutils-gdb.git] / gprof / gen-c-prog.awk
index b235a64a451888c3a33d47d48997b7301cacebab..d91694072b4a0c9e5188da4c4f7b86aa5160f40f 100644 (file)
@@ -13,7 +13,7 @@ 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;";
This page took 0.025616 seconds and 4 git commands to generate.