]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/except.h
[multiple changes]
[gcc.git] / gcc / except.h
index edb95ade5fc4bcaf89458686107bf79f4a387405..c08d0c583994be08b9ab344d68df5bb11e863c9b 100644 (file)
@@ -161,8 +161,6 @@ void set_exception_version_code                 PROTO((short));
    exception. NEXT is a pointer to the next handler for this region. 
    NULL means there are no more. */
 
-#define CATCH_ALL_TYPE   (tree *) -1
-
 typedef struct handler_info 
 {
   rtx  handler_label;
@@ -209,6 +207,9 @@ int duplicate_handlers                          PROTO((int, int));
 
 struct handler_info *get_first_handler          PROTO((int));
 
+/* Find all the runtime handlers type matches currently referenced */
+
+int find_all_handler_type_matches               PROTO((void ***));
 
 extern void init_eh                            PROTO((void));
 
This page took 0.03127 seconds and 5 git commands to generate.