diff options
Diffstat (limited to 'lib/stdint_.h')
-rw-r--r-- | lib/stdint_.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/stdint_.h b/lib/stdint_.h index adab4d7c2..44eca933c 100644 --- a/lib/stdint_.h +++ b/lib/stdint_.h @@ -394,8 +394,12 @@ #define WINT_MAX \ _STDINT_MAX (@HAVE_SIGNED_WINT_T@, @BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) +#endif /* !defined __cplusplus || defined __STDC_LIMIT_MACROS */ + /* 7.18.4. Macros for integer constants */ +#if ! defined __cplusplus || defined __STDC_CONSTANT_MACROS + /* 7.18.4.1. Macros for minimum-width integer constants */ /* According to ISO C 99 Technical Corrigendum 1 */ |