diff options
Diffstat (limited to 'binutils/budemang.c')
-rw-r--r-- | binutils/budemang.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/binutils/budemang.c b/binutils/budemang.c index 3f8d385..525a1c8 100644 --- a/binutils/budemang.c +++ b/binutils/budemang.c @@ -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; |