Messages in this thread |  | | | Date | Tue, 29 Apr 2008 15:53:04 +0930 | | From | David Newall <> | | Subject | Re: [PATCH] x86: DS cleanup - dont treat 0 as NULL | |
Cyrill Gorcunov wrote:
> - return 0;
> + return NULL;
Why? The constant 0 is C's official symbol for a null pointer.
|  |