From 198fb69b92678aa6bb489a9138a382140dfcc3aa Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 21 Jul 2002 20:39:34 +0000 Subject: [PATCH] * c-format.c (T99_I, T99_UI): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55628 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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,5 +1,9 @@ 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. Sun Jul 21 21:36:41 CEST 2002 Jan Hubicka 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.11.0