From ba8cb4bac543f3f56102145410291726ad2240cd Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 9 Sep 2008 18:21:49 +0000 Subject: merge from gcc --- include/demangle.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/demangle.h') 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. */ -- cgit v1.1