aboutsummaryrefslogtreecommitdiff
path: root/binutils/budemang.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/budemang.h')
-rw-r--r--binutils/budemang.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/budemang.h b/binutils/budemang.h
index 60a3c2d..b837d71 100644
--- a/binutils/budemang.h
+++ b/binutils/budemang.h
@@ -1,5 +1,5 @@
/* demangle.h -- 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.
@@ -20,6 +20,6 @@
#ifndef BUDEMANG_H
#define BUDEMANG_H
-char *demangle PARAMS ((bfd *, const char *));
+char *demangle (bfd *, const char *);
#endif