�
* cplus-dem.c (demangle_nested_args): Make function definition
static to match the prototype.
From-SVN: r21227
+Thu Jul 16 17:07:24 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * cplus-dem.c (demangle_nested_args): Make function definition
+ static to match the prototype.
+
Thu Jul 16 01:17:44 1998 Richard Henderson <rth@cygnus.com>
* loop.c (emit_iv_add_mult): Scan the entire insn list generated
/* Like demangle_args, but for demangling the argument lists of function
and method pointers or references, not top-level declarations. */
-int
+static int
demangle_nested_args (work, mangled, declp)
struct work_stuff *work;
const char **mangled;
+Thu Jul 16 17:07:24 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * cplus-dem.c (demangle_nested_args): Make function definition
+ static to match the prototype.
+
1998-07-13 Mark Mitchell <mark@markmitchell.com>
* cplus-dem.c: Incorporate changes from GCC version not present in