summaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-14 13:39:15 +0000
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-14 13:39:15 +0000
commit011a7f231d497d484ae4d4c4e5407da4f1a5a00d (patch)
tree210e41e74a68a515399d6c03258a484e02563706 /gcc/function.h
parent6f1bf8a1217bcb9d5b8b63d63c962b326b5d0319 (diff)
downloadgcc-011a7f231d497d484ae4d4c4e5407da4f1a5a00d.tar.gz
First cut of changes to utilize the new exception handling model
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19746 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index f90830b94f4..e31f4841674 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;