c-common.c (print_char_table): Add entries for the X/Open ' format flag (print decima...
authorJoseph Myers <jsm28@cam.ac.uk>
Sat, 5 Aug 2000 18:31:15 +0000 (19:31 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 5 Aug 2000 18:31:15 +0000 (19:31 +0100)
commitc16dc93614b58085227737abf5642fd573c4ca22
treefc9c765c73ce9eb1863a722c2d642a0a37f2a845
parent26f2c02a97d337b9d4f00067957ad86db350cc2c
c-common.c (print_char_table): Add entries for the X/Open ' format flag (print decimals with locale's...

* c-common.c (print_char_table): Add entries for the X/Open '
format flag (print decimals with locale's thousands grouping
character).  Make %C expect wint_t.
(check_format_info): If pedantic, warn when the %n$ operand
number form is used.  Allow for the ' flag; warn about it if
pedantic.

From-SVN: r35507
gcc/ChangeLog
gcc/c-common.c