Commit e2f62855 by Neil Booth Committed by Neil Booth

* c-format.c (T99_I, T99_UI): Remove.

From-SVN: r55628
parent c89d1dfd
2002-07-21 Neil Booth <neil@daikokuya.co.uk>
* c-format.c (T99_I, T99_UI): Remove.
2002-07-21 Neil Booth <neil@daikokuya.co.uk>
* c-typeck.c (SAVE_SPELLING_DEPTH): Remove.
Sun Jul 21 21:36:41 CEST 2002 Jan Hubicka <jh@suse.cz>
......
......@@ -717,7 +717,6 @@ static const format_flag_pair strfmon_flag_pairs[] =
#define T_I &integer_type_node
#define T89_I { STD_C89, NULL, T_I }
#define T99_I { STD_C99, NULL, T_I }
#define T_L &long_integer_type_node
#define T89_L { STD_C89, NULL, T_L }
#define T_LL &long_long_integer_type_node
......@@ -727,7 +726,6 @@ static const format_flag_pair strfmon_flag_pairs[] =
#define T89_S { STD_C89, NULL, T_S }
#define T_UI &unsigned_type_node
#define T89_UI { STD_C89, NULL, T_UI }
#define T99_UI { STD_C99, NULL, T_UI }
#define T_UL &long_unsigned_type_node
#define T89_UL { STD_C89, NULL, T_UL }
#define T_ULL &long_long_unsigned_type_node
......
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