diff options
author | DJ Delorie <dj@redhat.com> | 2004-05-04 20:06:15 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-05-04 20:06:15 +0000 |
commit | 619874a6bd0cc10b0562fde77f546c0dd8c99f19 (patch) | |
tree | ab229dde518a895cc478cf4994e640a1e49b80c2 /include/demangle.h | |
parent | 6689478109601046fce5456cba9affda8174d059 (diff) | |
download | binutils-619874a6bd0cc10b0562fde77f546c0dd8c99f19.zip binutils-619874a6bd0cc10b0562fde77f546c0dd8c99f19.tar.gz binutils-619874a6bd0cc10b0562fde77f546c0dd8c99f19.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/demangle.h')
-rw-r--r-- | include/demangle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/demangle.h b/include/demangle.h index 6e995e4..b3b8c58 100644 --- a/include/demangle.h +++ b/include/demangle.h @@ -458,7 +458,7 @@ cplus_demangle_fill_name PARAMS ((struct demangle_component *fill, extern int cplus_demangle_fill_builtin_type PARAMS ((struct demangle_component *fill, - const char *typename)); + const char *type_name)); /* Fill in a DEMANGLE_COMPONENT_OPERATOR, using the name of the operator and the number of arguments which it takes (the latter is |