diff options
Diffstat (limited to 'gprof/cg_arcs.h')
-rw-r--r-- | gprof/cg_arcs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gprof/cg_arcs.h b/gprof/cg_arcs.h index 0364eef..fe1af77 100644 --- a/gprof/cg_arcs.h +++ b/gprof/cg_arcs.h @@ -24,9 +24,9 @@ Arc; extern unsigned int num_cycles; /* number of cycles discovered */ extern Sym *cycle_header; /* cycle headers */ -extern void arc_add PARAMS ((Sym * parent, Sym * child, unsigned long count)); -extern Arc *arc_lookup PARAMS ((Sym * parent, Sym * child)); -extern Sym **cg_assemble PARAMS ((void)); +extern void arc_add (Sym * parent, Sym * child, unsigned long count); +extern Arc *arc_lookup (Sym * parent, Sym * child); +extern Sym **cg_assemble (void); extern Arc **arcs; extern unsigned int numarcs; |