diff options
Diffstat (limited to 'include/stdint.h')
-rw-r--r-- | include/stdint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdint.h b/include/stdint.h index d254dcabb..0f317684b 100644 --- a/include/stdint.h +++ b/include/stdint.h @@ -24,9 +24,9 @@ #define _STDINT_H 1 #include <features.h> -//#define __need_wchar_t +/*#define __need_wchar_t*/ #include <stddef.h> -//#include <bits/wchar.h> +/*#include <bits/wchar.h>*/ #include <bits/wordsize.h> /* Exact integral types. */ |