From f479858d79774ace89cf2c0dc91d8e35e5011cf3 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Thu, 16 Jul 1998 22:41:14 +0000 Subject: [PATCH] cplus-dem.c (demangle_nested_args): Make function definition static to match the prototype. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * cplus-dem.c (demangle_nested_args): Make function definition static to match the prototype. From-SVN: r21227 --- gcc/ChangeLog | 5 +++++ gcc/cplus-dem.c | 2 +- libiberty/ChangeLog | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) 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 -- 2.47.2