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.
This commit is contained in:
parent
faf9b1c18e
commit
d28c3fda3c
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user