=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/locale.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/include/locale.h 1997/09/21 10:45:41 1.2 --- src/include/locale.h 1999/06/11 22:47:48 1.3 *************** *** 1,4 **** ! /* $OpenBSD: locale.h,v 1.2 1997/09/21 10:45:41 niklas Exp $ */ /* $NetBSD: locale.h,v 1.6 1994/10/26 00:56:02 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: locale.h,v 1.3 1999/06/11 22:47:48 espie Exp $ */ /* $NetBSD: locale.h,v 1.6 1994/10/26 00:56:02 cgd Exp $ */ /* *************** *** 61,67 **** --- 61,71 ---- }; #ifndef NULL + #ifdef __GNUG__ + #define NULL __null + #else #define NULL 0 + #endif #endif #define LC_ALL 0