diff options
Diffstat (limited to 'gcc/ch/except.c')
-rw-r--r-- | gcc/ch/except.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ch/except.c b/gcc/ch/except.c index fc3eb51..4518545 100644 --- a/gcc/ch/except.c +++ b/gcc/ch/except.c @@ -396,7 +396,6 @@ emit_setup_handler () /* We temporarily reset the maximum_field_alignment to zero so the compiler's exception data structures can be compatible with the run-time system, even when we're compiling with -fpack. */ - extern int maximum_field_alignment; int save_maximum_field_alignment = maximum_field_alignment; maximum_field_alignment = 0; push_obstacks_nochange (); |