c-common.c (format_wanted_type): New structure.
authorJoseph Myers <jsm28@cam.ac.uk>
Fri, 15 Sep 2000 21:16:31 +0000 (22:16 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 15 Sep 2000 21:16:31 +0000 (22:16 +0100)
commit6a357625bd4bdc4129446c2df296a9808e3e9812
tree1b00f586c8c9e0fef2fa04594e4268c52e3d08fb
parent6a1d1088df3144fd467d9a706757c9b1cac3a55b
c-common.c (format_wanted_type): New structure.

* c-common.c (format_wanted_type): New structure.
(check_format_types): New function.
(check_format_info): Pass all checking of types of format
arguments, including width and precision arguments, to this new
function.

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