]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cplus-dem.c (demangle_nested_args): Make function definition static to match the...
authorJeff Law <law@gcc.gnu.org>
Thu, 16 Jul 1998 22:40:33 +0000 (16:40 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 16 Jul 1998 22:40:33 +0000 (16:40 -0600)
8
* cplus-dem.c (demangle_nested_args): Make function definition
static to match the prototype.

From-SVN: r21226

libiberty/cplus-dem.c

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;