Changeset 609 for branches/GNU/src/binutils/gprof/gen-c-prog.awk
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/gprof/gen-c-prog.awk
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 4 4 printf " from %s using the gen-c-prog.awk script. <== */\n\n", FILE 5 5 print "#include <stdio.h>" 6 print "#include \"ansidecl.h\"" 6 7 } 7 8 … … 13 14 curfun = FUNCTION 14 15 print "" 16 print "void ", FUNCTION, "PARAMS ((FILE *));" 15 17 print "void"; 16 18 printf "%s (file)\n", FUNCTION -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.