2005-02-07 Andrew Cagney <cagney@gnu.org>
[binutils-gdb.git] / gprof / cg_dfn.h
index 4bd3030257c87a25585f31d3c4898fe68df109db..66c3f05b4d9284a9e4929aef4809dd88a4902977 100644 (file)
@@ -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 */