* Makefile.in: Regenerate.
[deliverable/binutils-gdb.git] / binutils / budemang.c
index 3f8d385c5e5b0131e3d632754e140cb72c6f9971..525a1c898cf3a57e57de1be976b06d53400a4b31 100644 (file)
@@ -1,5 +1,5 @@
 /* demangle.c -- A wrapper calling libiberty cplus_demangle
-   Copyright 2002 Free Software Foundation, Inc.
+   Copyright 2002, 2003 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -36,9 +36,7 @@
    other such chars that would otherwise confuse the demangler.  */
 
 char *
-demangle (abfd, name)
-     bfd *abfd;
-     const char *name;
+demangle (bfd *abfd, const char *name)
 {
   char *res;
   const char *p;
This page took 0.023473 seconds and 4 git commands to generate.