=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/wchar.h,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/include/wchar.h 2010/07/24 09:58:39 1.11 --- src/include/wchar.h 2011/04/06 11:39:42 1.12 *************** *** 1,4 **** ! /* $OpenBSD: wchar.h,v 1.11 2010/07/24 09:58:39 guenther Exp $ */ /* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: wchar.h,v 1.12 2011/04/06 11:39:42 miod Exp $ */ /* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */ /*- *************** *** 66,72 **** #ifdef __GNUG__ #define NULL __null #else ! #define NULL 0L #endif #endif --- 66,72 ---- #ifdef __GNUG__ #define NULL __null #else ! #define NULL ((void *)0) #endif #endif