=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/wchar.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/include/wchar.h 2005/05/11 18:44:12 1.2 --- src/include/wchar.h 2005/05/18 13:48:49 1.3 *************** *** 1,4 **** ! /* $OpenBSD: wchar.h,v 1.2 2005/05/11 18:44:12 espie Exp $ */ /* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: wchar.h,v 1.3 2005/05/18 13:48:49 espie Exp $ */ /* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */ /*- *************** *** 80,86 **** --- 80,88 ---- #include /* for FILE* */ #ifdef _BSD_WCHAR_T_ + # ifndef __cplusplus typedef _BSD_WCHAR_T_ wchar_t; + # endif #undef _BSD_WCHAR_T_ #endif