diff options
Diffstat (limited to 'gcc/c/c-lang.h')
-rw-r--r-- | gcc/c/c-lang.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/c/c-lang.h b/gcc/c/c-lang.h index 6d377cd..7e9a276 100644 --- a/gcc/c/c-lang.h +++ b/gcc/c/c-lang.h @@ -51,8 +51,7 @@ struct GTY(()) lang_decl { struct GTY(()) language_function { struct c_language_function base; - tree x_break_label; - tree x_cont_label; + unsigned char x_in_statement; struct c_switch * GTY((skip)) x_switch_stack; struct c_arg_info * GTY((skip)) arg_info; int returns_value; |