diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-04 18:13:54 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-04 18:13:54 +0000 |
commit | 80329a50f9aeaec8d99d61af5b66c8b05486f9ca (patch) | |
tree | 2ebdf832b714976deb7f7d051d9124af1884e840 /include/demangle.h | |
parent | 9318b36873d2cb12dc5b90dcf84369b2adb27d1b (diff) | |
download | gcc-80329a50f9aeaec8d99d61af5b66c8b05486f9ca.tar.gz |
* demangle.h: Do not use C++ reserved keyword typename as
parameter for cplus_demangle_fill_builtin_type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81481 138bc75d-0d04-0410-961f-82ee72b054a4
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 6e995e4817d..b3b8c58c517 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 |