=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/stddef.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/include/stddef.h 1999/06/11 22:47:48 1.3 +++ src/include/stddef.h 1999/11/27 13:20:25 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: stddef.h,v 1.3 1999/06/11 22:47:48 espie Exp $ */ +/* $OpenBSD: stddef.h,v 1.4 1999/11/27 13:20:25 espie Exp $ */ /* $NetBSD: stddef.h,v 1.4 1994/10/26 00:56:26 cgd Exp $ */ /*- @@ -49,8 +49,11 @@ #endif #ifdef _BSD_WCHAR_T_ +/* in C++, wchar_t is a built-in type */ +#ifndef __cplusplus typedef _BSD_WCHAR_T_ wchar_t; #undef _BSD_WCHAR_T_ +#endif #endif #ifndef NULL