decl.c (init_decl_processing): Remove duplicate decl of set_alignment.

* decl.c (init_decl_processing): Remove duplicate decl of
	set_alignment.

From-SVN: r31921
This commit is contained in:
Nathan Sidwell 2000-02-11 15:49:56 +00:00 committed by Nathan Sidwell
parent f70773947a
commit a1cee8a3f3
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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;