--- src/sys/sys/stdint.h 2005/04/21 16:36:35 1.3 +++ src/sys/sys/stdint.h 2008/03/10 13:30:36 1.3.10.1 @@ -27,9 +27,7 @@ * as 31 bit standard and all supported architectures have * sizeof(int) >= 4. */ -#ifndef __cplusplus typedef int __wchar_t; -#endif typedef int __wint_t; typedef int __rune_t; typedef void *__wctrans_t;