aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/include/demangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/include/demangle.h')
-rw-r--r--gcc-4.6/include/demangle.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc-4.6/include/demangle.h b/gcc-4.6/include/demangle.h
index c062455..ae11f18 100644
--- a/gcc-4.6/include/demangle.h
+++ b/gcc-4.6/include/demangle.h
@@ -396,7 +396,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. */