aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1997-04-23 20:04:25 +0000
committerMike Stump <mrs@gcc.gnu.org>1997-04-23 20:04:25 +0000
commite976b8b277eb0ae570a2c3317e77713fff846758 (patch)
treeed1bd25525ef36f94c97fb911c74203e02095a25 /gcc/function.h
parent2284f91b110a72392473ec763f64c1e7ea12a1d0 (diff)
downloadgcc-e976b8b277eb0ae570a2c3317e77713fff846758.zip
gcc-e976b8b277eb0ae570a2c3317e77713fff846758.tar.gz
gcc-e976b8b277eb0ae570a2c3317e77713fff846758.tar.bz2
Add setjmp/longjmp exception handling.
From-SVN: r13968
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 4bc8e3f..63c26ac 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -135,11 +135,12 @@ struct function
struct label_node *false_label_stack;
struct label_node *caught_return_label_stack;
tree protect_list;
+ rtx dhc;
+ rtx dcc;
/* For expr.c. */
int pending_stack_adjust;
int inhibit_defer_pop;
- tree cleanups_this_call;
rtx saveregs_value;
rtx apply_args_value;
rtx forced_labels;