From: Kaveh R. Ghazi Date: Thu, 16 Jul 1998 22:41:14 +0000 (+0000) Subject: cplus-dem.c (demangle_nested_args): Make function definition static to match the... X-Git-Tag: prereleases/egcs-1.1-prerelease~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f479858d79774ace89cf2c0dc91d8e35e5011cf3;p=thirdparty%2Fgcc.git cplus-dem.c (demangle_nested_args): Make function definition static to match the prototype. � * cplus-dem.c (demangle_nested_args): Make function definition static to match the prototype. From-SVN: r21227 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 91935c4cf75a..63466f0ce12e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 16 17:07:24 1998 Kaveh R. Ghazi + + * cplus-dem.c (demangle_nested_args): Make function definition + static to match the prototype. + Thu Jul 16 01:17:44 1998 Richard Henderson * loop.c (emit_iv_add_mult): Scan the entire insn list generated diff --git a/gcc/cplus-dem.c b/gcc/cplus-dem.c index c754734f0776..c5d76a73e506 100644 --- a/gcc/cplus-dem.c +++ b/gcc/cplus-dem.c @@ -3347,7 +3347,7 @@ demangle_args (work, mangled, declp) /* 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; diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 4d3ec6c27a01..a58d93877e85 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 16 17:07:24 1998 Kaveh R. Ghazi + + * cplus-dem.c (demangle_nested_args): Make function definition + static to match the prototype. + 1998-07-13 Mark Mitchell * cplus-dem.c: Incorporate changes from GCC version not present in