Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
David Laight wrote:
> Log Message:
> Change about 4500 of the K&R function definitions to ANSI ones.
> There are still about 1600 left, but they have ',' or /* ... */
> in the actual variable definitions - which my awk script doesn't handle.
> There are also many that need () -> (void).
> (The script does handle misordered arguments.)
>
You can catch all of them with
the -Wold-style-definition gcc warning option.
Christoph
Home |
Main Index |
Thread Index |
Old Index