[Freeciv-Dev] Re: (PR#8648) Bool and type related cleanups
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=8648 >
>
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=8648 >
>
>
> Found by splint.
>
> Highlight:
> - return FALSE;
> + return NULL;
>
> I wonder why this wasn't found by gcc.
FALSE == 0 == NULL.
jason
|
|