diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-08 17:12:03 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-08 17:12:03 +0000 |
commit | d59cd938af0b0761bbd61c503d1fe27a51ea5966 (patch) | |
tree | 50cb5eb2eaa8c8de34256f2be1b41329f185db46 /gcc/function.h | |
parent | 7036781e4ec2a9608452f68075ccc25a80374c2b (diff) | |
download | gcc-d59cd938af0b0761bbd61c503d1fe27a51ea5966.tar.gz |
* function.h (nonlocal_labels): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97839 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h index 8217200ff8b..a8ca403decd 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -473,7 +473,6 @@ extern int trampolines_created; #define used_temp_slots (cfun->x_used_temp_slots) #define avail_temp_slots (cfun->x_avail_temp_slots) #define temp_slot_level (cfun->x_temp_slot_level) -#define nonlocal_labels (cfun->x_nonlocal_labels) #define nonlocal_goto_handler_labels (cfun->x_nonlocal_goto_handler_labels) /* Given a function decl for a containing function, |