Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/gprof/gen-c-prog.awk

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    44    printf "   from %s using the gen-c-prog.awk script.  <== */\n\n", FILE
    55    print "#include <stdio.h>"
     6    print "#include \"ansidecl.h\""
    67}
    78
     
    1314              curfun = FUNCTION
    1415              print ""
     16              print "void ", FUNCTION, "PARAMS ((FILE *));"
    1517              print "void";
    1618              printf "%s (file)\n", FUNCTION
Note: See TracChangeset for help on using the changeset viewer.