[Freeciv-Dev] Re: == NULL && != NULL
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Raimar Falke (hawk@xxxxxxxxxxxxxxxxxxxxxxx) wrote:
> No. But there are some constructs like "int c; .... if(c)" which
> bother splint.
I'd like to point out that there's a big difference between this:
int c;
if (c) do_something();
and this:
int is_blue;
if (is_blue) do_something();
At least IMHO.
--
Greg Wooledge | "Truth belongs to everybody."
greg@xxxxxxxxxxxx | - The Red Hot Chili Peppers
http://wooledge.org/~greg/ |
pgp0_1ahLj4Qf.pgp
Description: PGP signature
|
|