diff options
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/except.h b/gcc/except.h index 0356bd3..d93a8c9 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -139,6 +139,10 @@ extern rtx catch_clauses; #endif +/* Test: is exception handling turned on? */ + +extern int doing_eh PROTO ((int)); + /* Toplevel initialization for EH. */ extern void init_eh PROTO((void)); |