Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2004:
[Freeciv-Dev] Re: (PR#8648) Bool and type related cleanups
Home

[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]
To: i-freeciv-lists@xxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#8648) Bool and type related cleanups
From: "Jason Short" <jshort@xxxxxxxxxxxxxx>
Date: Sun, 2 May 2004 06:00:22 -0700
Reply-to: rt@xxxxxxxxxxx

<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




[Prev in Thread] Current Thread [Next in Thread]