|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.27.10.2, 2008/04/28 20:22:55 | version 1.28, 2009/11/15 22:21:03 | ||
|---|---|---|---|
|
|
||
| #include <stdio.h> /* for FILE* */ | #include <stdio.h> /* for FILE* */ | ||
| #ifdef _BSD_WCHAR_T_ | #if defined(_BSD_WCHAR_T_) && !defined(__cplusplus) | ||
| typedef _BSD_WCHAR_T_ wchar_t; | typedef _BSD_WCHAR_T_ wchar_t; | ||
| #undef _BSD_WCHAR_T_ | #undef _BSD_WCHAR_T_ | ||
| #endif | #endif |