]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cplus-dem.c (demangle_nested_args): Make function definition static to match the...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 16 Jul 1998 22:41:14 +0000 (22:41 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 16 Jul 1998 22:41:14 +0000 (16:41 -0600)

* cplus-dem.c (demangle_nested_args): Make function definition
static to match the prototype.

From-SVN: r21227

gcc/ChangeLog
gcc/cplus-dem.c
libiberty/ChangeLog

index 91935c4cf75a97bf93b400db789890e15cab9819..63466f0ce12e16a8a3c22ec993ba3d0cecce767a 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jul 16 17:07:24 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cplus-dem.c (demangle_nested_args): Make function definition
+       static to match the prototype.
+
 Thu Jul 16 01:17:44 1998  Richard Henderson  <rth@cygnus.com>
 
        * loop.c (emit_iv_add_mult): Scan the entire insn list generated
index c754734f0776c6df02e86684620a3c642823388f..c5d76a73e5060318ffa16332d1be73aea22be21f 100644 (file)
@@ -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;
index 4d3ec6c27a0144a50201b249013fa0417ce2728c..a58d93877e85cfff967aef9f7ec2a595e348caa5 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jul 16 17:07:24 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cplus-dem.c (demangle_nested_args): Make function definition
+       static to match the prototype.
+
 1998-07-13  Mark Mitchell  <mark@markmitchell.com>
 
        * cplus-dem.c: Incorporate changes from GCC version not present in