From: Jeff Law Date: Thu, 16 Jul 1998 22:40:33 +0000 (-0600) Subject: cplus-dem.c (demangle_nested_args): Make function definition static to match the... X-Git-Tag: prereleases/egcs-1.1-prerelease~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=197eb82015f9f942fdc060f8d8d1e140ac1bec49;p=thirdparty%2Fgcc.git cplus-dem.c (demangle_nested_args): Make function definition static to match the prototype. 8 * cplus-dem.c (demangle_nested_args): Make function definition static to match the prototype. From-SVN: r21226 --- diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c index c754734f0776..c5d76a73e506 100644 --- a/libiberty/cplus-dem.c +++ b/libiberty/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;