diff options
-rw-r--r-- | gcc/ch/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ch/decl.c | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 386577c..d72bff2 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,8 @@ +2000-02-11 Nathan Sidwell <nathan@acm.org> + + * decl.c (init_decl_processing): Remove duplicate decl of + set_alignment. + 2000-02-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * expr.c (compare_records): Delete maximum_field_alignment declaration. diff --git a/gcc/ch/decl.c b/gcc/ch/decl.c index 3ce4715..cc352d3 100644 --- a/gcc/ch/decl.c +++ b/gcc/ch/decl.c @@ -3400,8 +3400,6 @@ init_decl_processing () tree ptr_ftype_luns_ptr_int; tree double_ftype_double; - extern int set_alignment; - /* allow 0-255 enums to occupy only a byte */ flag_short_enums = 1; |