aboutsummaryrefslogtreecommitdiff
path: root/gcc/eh-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/eh-common.h')
-rw-r--r--gcc/eh-common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/eh-common.h b/gcc/eh-common.h
index c8d98c0..143ddff 100644
--- a/gcc/eh-common.h
+++ b/gcc/eh-common.h
@@ -86,9 +86,14 @@ typedef struct exception_descriptor
typedef void * (*__eh_matcher) PROTO ((void *, void *, void *));
+/* This value is to be checked as a 'match all' case in the runtime field. */
+
+#define CATCH_ALL_TYPE ((void *) -1)
+
/* This is the runtime exception information. This forms the minimum required
information for an exception info pointer in an eh_context structure. */
+
typedef struct __eh_info
{
__eh_matcher match_function;