aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-08 17:12:03 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-08 17:12:03 +0000
commitdf696025bc840d3c3b718f9b118845feeb93d3fe (patch)
tree50cb5eb2eaa8c8de34256f2be1b41329f185db46 /gcc/function.h
parentbdad3e2df6eb4374415bd145fd42ea8663b0248f (diff)
downloadgcc-df696025bc840d3c3b718f9b118845feeb93d3fe.zip
gcc-df696025bc840d3c3b718f9b118845feeb93d3fe.tar.gz
gcc-df696025bc840d3c3b718f9b118845feeb93d3fe.tar.bz2
* function.h (nonlocal_labels): Remove.
From-SVN: r97839
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 8217200..a8ca403 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,