summaryrefslogtreecommitdiffstats
path: root/include/demangle.h
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-04 18:13:54 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-04 18:13:54 +0000
commit80329a50f9aeaec8d99d61af5b66c8b05486f9ca (patch)
tree2ebdf832b714976deb7f7d051d9124af1884e840 /include/demangle.h
parent9318b36873d2cb12dc5b90dcf84369b2adb27d1b (diff)
downloadppe42-gcc-80329a50f9aeaec8d99d61af5b66c8b05486f9ca.tar.gz
ppe42-gcc-80329a50f9aeaec8d99d61af5b66c8b05486f9ca.zip
* 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.h2
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
OpenPOWER on IntegriCloud