aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/except.c
diff options
context:
space:
mode:
authorFranz Sirl <Franz.Sirl-kernel@lauterbach.com>2000-02-10 23:13:17 +0000
committerFranz Sirl <sirl@gcc.gnu.org>2000-02-10 23:13:17 +0000
commit75cdca5bb9b8b302a366c12be6073e5e29a38338 (patch)
treeec358595b02afc9a8f646f92c5107b5102b8d83b /gcc/ch/except.c
parentd10b8e053e17de25f19dfe2fe159b8091c2f4639 (diff)
downloadgcc-75cdca5bb9b8b302a366c12be6073e5e29a38338.zip
gcc-75cdca5bb9b8b302a366c12be6073e5e29a38338.tar.gz
gcc-75cdca5bb9b8b302a366c12be6073e5e29a38338.tar.bz2
c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
* c-pragma.c (maximum_field_alignment): Remove duplicate declaration. * ch/except.c (maximum_field_alignment): Remove duplicate declaration. From-SVN: r31906
Diffstat (limited to 'gcc/ch/except.c')
-rw-r--r--gcc/ch/except.c1
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 ();