(check_format): Using both a precision and the `0' flag is only a problem on `d'...
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 26 Dec 1992 23:11:58 +0000 (18:11 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 26 Dec 1992 23:11:58 +0000 (18:11 -0500)
commit8d162cabbb5b9ad58baef5c8376857463ebcafb7
tree4111a7cb08e372c573b746ef75adf1d078df47ae
parenteae957a8b8701537efa1af34a619971e5f81827e
(check_format): Using both a precision and the `0' flag is only a problem on `d'...

(check_format): Using both a precision and the `0' flag is only a
problem on `d', `i', `o', `u', `x', and `X' conversions.

From-SVN: r2915
gcc/c-typeck.c