diff options
author | DJ Delorie <dj@redhat.com> | 2008-09-09 18:21:42 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2008-09-09 18:21:42 +0000 |
commit | e841b018cbcc123c8415671dd783ba8770b90ce9 (patch) | |
tree | 90dd4a331ecd04c6006515f26810c848d3c9c278 /include/demangle.h | |
parent | fc378cf7cefcd5bfa3c1330d291d54fd0c38a3e0 (diff) | |
download | newlib-e841b018cbcc123c8415671dd783ba8770b90ce9.zip newlib-e841b018cbcc123c8415671dd783ba8770b90ce9.tar.gz newlib-e841b018cbcc123c8415671dd783ba8770b90ce9.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/demangle.h')
-rw-r--r-- | include/demangle.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/demangle.h b/include/demangle.h index 78e022d..146d778 100644 --- a/include/demangle.h +++ b/include/demangle.h @@ -370,7 +370,9 @@ enum demangle_component_type subtree is the first part and the right subtree the second. */ DEMANGLE_COMPONENT_COMPOUND_NAME, /* A name formed by a single character. */ - DEMANGLE_COMPONENT_CHARACTER + DEMANGLE_COMPONENT_CHARACTER, + /* A decltype type. */ + DEMANGLE_COMPONENT_DECLTYPE }; /* Types which are only used internally. */ |