typedef __SIZE_TYPE__ size_t;
#endif
/* uint_t */
+#ifndef __cplusplus
#if !defined(_GCC_WCHAR_T) && ! defined(__cplusplus)
#define _GCC_WCHAR_T
typedef __WCHAR_TYPE__ wchar_t;
#endif
- /* ushort_t */
+
+#endif /* ushort_t */
#endif /* GNU_TYPES_CHECK */