move wint_t definition to the shared part of alltypes.h.in

This commit is contained in:
Rich Felker
2014-12-21 02:43:35 -05:00
parent dac4fc49ae
commit 91f15e2d0d
10 changed files with 1 additions and 9 deletions

View File

@ -8,7 +8,6 @@ TYPEDEF __builtin_va_list __isoc_va_list;
#ifndef __cplusplus
TYPEDEF int wchar_t;
#endif
TYPEDEF unsigned wint_t;
TYPEDEF float float_t;
TYPEDEF double double_t;