c-common.c (format_char_info): Add flags2; update comments.
authorJoseph Myers <jsm28@cam.ac.uk>
Mon, 25 Sep 2000 17:04:45 +0000 (18:04 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 25 Sep 2000 17:04:45 +0000 (18:04 +0100)
commit0e00b68b77f4cc89684ed1b2364c71d175676acf
treeae21d417c58e6d47adcec7ee9db25e70b0d222b0
parent047c1c922bc04add0a50710f9c2a816f61ccf8b2
c-common.c (format_char_info): Add flags2; update comments.

* c-common.c (format_char_info): Add flags2; update comments.
(print_char_table, scan_char_table, time_char_table): Split some
flags out into flags2.
(check_format_info): Use flags2 for those flags, for identifying
the initial character of a scanf scanset, and for identifying
printf formats where the '0' flag is ignored with precision.

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