Commit a1cee8a3 by Nathan Sidwell Committed by Nathan Sidwell

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
parent f7077394
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment