aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-07-16 22:40:33 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-07-16 22:40:33 +0000
commit909bfe199013997cb69437df421c06d8da0bdc4c (patch)
tree98ea37c1a0464a48aa9bb07430a756d921a609d9 /libiberty
parent8e98c2169aa11b0afed79729cec45898aeadf21c (diff)
8
* cplus-dem.c (demangle_nested_args): Make function definition static to match the prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/egcs_1_1_branch@21226 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/cplus-dem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c
index c754734f077..c5d76a73e50 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;