diff options
author | sirl <sirl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-10 23:13:17 +0000 |
---|---|---|
committer | sirl <sirl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-10 23:13:17 +0000 |
commit | a40bef3cf9362d8d53203ad05a9b686005f34437 (patch) | |
tree | ec358595b02afc9a8f646f92c5107b5102b8d83b /gcc/ch | |
parent | bb0f15b43f7f41a29bebcbe02dd5756945184216 (diff) | |
download | gcc-a40bef3cf9362d8d53203ad05a9b686005f34437.tar.gz |
* c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
* ch/except.c (maximum_field_alignment): Remove duplicate declaration.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31906 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ch/except.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index b1b9bad40c1..aa747d790ec 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,7 @@ +2000-02-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> + + * except.c (maximum_field_alignment): Remove duplicate declaration. + 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * All files: PROTO -> PARAMS. diff --git a/gcc/ch/except.c b/gcc/ch/except.c index fc3eb51f21f..451854551d4 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 (); |