diff options
author | Andrew MacLeod <amacleod@cygnus.com> | 1998-05-14 13:39:15 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 1998-05-14 13:39:15 +0000 |
commit | 9a0d1e1b11fc8a7fd41f038d7b243b6d2573ed64 (patch) | |
tree | 210e41e74a68a515399d6c03258a484e02563706 /gcc/function.h | |
parent | 2129b0816f369ee6bf172e7065b0de137ac9c7f7 (diff) | |
download | gcc-9a0d1e1b11fc8a7fd41f038d7b243b6d2573ed64.zip gcc-9a0d1e1b11fc8a7fd41f038d7b243b6d2573ed64.tar.gz gcc-9a0d1e1b11fc8a7fd41f038d7b243b6d2573ed64.tar.bz2 |
First cut of changes to utilize the new exception handling model
From-SVN: r19746
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index f90830b..e31f484 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -133,6 +133,7 @@ struct function /* For exception handling information. */ struct eh_stack ehstack; + struct eh_stack catchstack; struct eh_queue ehqueue; rtx catch_clauses; struct label_node *false_label_stack; |