Commit 0e6748ab by Rainer Orth Committed by Rainer Orth

sol2-c.c (cmn_err_length_specs): Initialize scalar_identity_flag.

	* config/sol2-c.c (cmn_err_length_specs): Initialize
	scalar_identity_flag.

From-SVN: r151613
parent b6777fea
2009-09-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/sol2-c.c (cmn_err_length_specs): Initialize
scalar_identity_flag.
2009-09-10 Richard Henderson <rth@redhat.com>
* tree.h (struct tree_decl_common): Move align member earlier;
......
......@@ -36,8 +36,8 @@ along with GCC; see the file COPYING3. If not see
/* cmn_err only accepts "l" and "ll". */
static const format_length_info cmn_err_length_specs[] =
{
{ "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C89 },
{ NULL, FMT_LEN_none, STD_C89, NULL, FMT_LEN_none, STD_C89 }
{ "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C89, 0 },
{ NULL, FMT_LEN_none, STD_C89, NULL, FMT_LEN_none, STD_C89, 0 }
};
static const format_flag_spec cmn_err_flag_specs[] =
......
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