From 197eb82015f9f942fdc060f8d8d1e140ac1bec49 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 16 Jul 1998 16:40:33 -0600 Subject: [PATCH] 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 --- libiberty/cplus-dem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2