Messages in this thread |  | | | Date | Mon, 28 Apr 2008 23:38:16 -0700 | | From | "H. Peter Anvin" <> | | Subject | Re: [PATCH] x86: DS cleanup - dont treat 0 as NULL |
David Newall wrote:
> Cyrill Gorcunov wrote:
>> - return 0;
>> + return NULL;
>
> Why? The constant 0 is C's official symbol for a null pointer.
It's still bad style.
-hpa
|  |