summaryrefslogtreecommitdiff
path: root/include/demangle.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-12-11 02:16:09 +0000
committerDJ Delorie <dj@redhat.com>2005-12-11 02:16:09 +0000
commit7887b2ce668890e9eb5b95119f7b28f75f0dbaf3 (patch)
treebab59b6452d1f71ee6fc52fa64dab05b27fcb256 /include/demangle.h
parentbd6791bc12909fc73c4b1fd9a872d0d12ff057c7 (diff)
merge from gcc
Diffstat (limited to 'include/demangle.h')
-rw-r--r--include/demangle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/demangle.h b/include/demangle.h
index 304a4c4e47..af29467273 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -35,6 +35,8 @@ extern "C" {
#define DMGL_JAVA (1 << 2) /* Demangle as Java rather than C++. */
#define DMGL_VERBOSE (1 << 3) /* Include implementation details. */
#define DMGL_TYPES (1 << 4) /* Also try to demangle type encodings. */
+#define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when
+ present) after function signature */
#define DMGL_AUTO (1 << 8)
#define DMGL_GNU (1 << 9)