summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/c-format.c
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-02-10 06:00:24 +0000
committerkan <kan@FreeBSD.org>2003-02-10 06:00:24 +0000
commitd28c3fda3cde65e6a85d94da3f484ef2c097e312 (patch)
tree9d3e7f6f75c53121f2cb48d922eac16fdae0d148 /contrib/gcc/c-format.c
parentfaf9b1c18e77ee88908056ea6357c4ac9fe5ce8f (diff)
downloadFreeBSD-src-d28c3fda3cde65e6a85d94da3f484ef2c097e312.zip
FreeBSD-src-d28c3fda3cde65e6a85d94da3f484ef2c097e312.tar.gz
Merge FreeBSD modifications into gcc 3.2.2 release:
1.2 -fformat-extensions. 1.3 -printf0 1.6 Teach GCC about %y for DDB and implement support for the C99 %z format modifier.
Diffstat (limited to 'contrib/gcc/c-format.c')
-rw-r--r--contrib/gcc/c-format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/c-format.c b/contrib/gcc/c-format.c
index c40e3cc..3834c55 100644
--- a/contrib/gcc/c-format.c
+++ b/contrib/gcc/c-format.c
@@ -754,7 +754,7 @@ static const format_flag_pair strfmon_flag_pairs[] =
#define T_WI &wint_type_node
#define T94_WI { STD_C94, "wint_t", T_WI }
#define TEX_WI { STD_EXT, "wint_t", T_WI }
-#define T_ST &c_size_type_node
+#define T_ST &size_type_node
#define T99_ST { STD_C99, "size_t", T_ST }
#define T_SST &signed_size_type_node
#define T99_SST { STD_C99, "signed size_t", T_SST }
OpenPOWER on IntegriCloud