summaryrefslogtreecommitdiff
path: root/gprof/cg_dfn.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/cg_dfn.h')
-rw-r--r--gprof/cg_dfn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/cg_dfn.h b/gprof/cg_dfn.h
index 4bd3030257..66c3f05b4d 100644
--- a/gprof/cg_dfn.h
+++ b/gprof/cg_dfn.h
@@ -12,6 +12,6 @@
* Depth-first numbering of a call-graph.
*/
-extern void cg_dfn PARAMS ((Sym * root));
+extern void cg_dfn (Sym * root);
#endif /* cg_dfn_h */