From e2f62855b2ad7615a8f731a8a90b64217e2110c3 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 21 Jul 2002 20:39:34 +0000 Subject: [PATCH] * c-format.c (T99_I, T99_UI): Remove. From-SVN: r55628 --- gcc/ChangeLog | 4 ++++ gcc/c-format.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ea0218800a..5039aab45af 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-07-21 Neil Booth + + * c-format.c (T99_I, T99_UI): Remove. + 2002-07-21 Neil Booth * c-typeck.c (SAVE_SPELLING_DEPTH): Remove. diff --git a/gcc/c-format.c b/gcc/c-format.c index 99892f93206..aa263aeb2d9 100644 --- a/gcc/c-format.c +++ b/gcc/c-format.c @@ -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 -- 2.30.2