merge from gcc

This commit is contained in:
DJ Delorie
2011-09-23 22:21:28 +00:00
parent 7661a752ca
commit 9a2873437e
2 changed files with 9 additions and 1 deletions

View File

@ -402,7 +402,9 @@ enum demangle_component_type
/* An unnamed type. */
DEMANGLE_COMPONENT_UNNAMED_TYPE,
/* A pack expansion. */
DEMANGLE_COMPONENT_PACK_EXPANSION
DEMANGLE_COMPONENT_PACK_EXPANSION,
/* A cloned function. */
DEMANGLE_COMPONENT_CLONE
};
/* Types which are only used internally. */