[PATCH 3/3] configure: Use 0 instead of NULL because NULL isn't defined.

Stefan Dösinger stefan at codeweavers.com
Fri Oct 19 17:24:53 CDT 2007


Am Freitag, 19. Oktober 2007 23:18:51 schrieb Ken Thomases:
> This makes the test test the proper thing on Mac OS X.  It still fails, but
> for a good reason.
> ---
>   configure.ac |    6 +++---
>   1 files changed, 3 insertions(+), 3 deletions(-)

> -    char *name=NULL;
> +    char *name=0;
Shouldn't that be (void *) 0 or (char *) 0?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071020/41619bd8/attachment.pgp 


More information about the wine-patches mailing list