X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fstdint.h;h=7628404881d7351afe2ce69efed1b60e46dfb0d9;hp=138fb211cdc679405e9c04ba639a1051ed99df18;hb=43653c1250ad5eb5385d7e08292ad047420f8d25;hpb=f77bab5933071c46edc3da22b8c344533dd5fca3 diff --git a/include/stdint.h b/include/stdint.h index 138fb211..76284048 100644 --- a/include/stdint.h +++ b/include/stdint.h @@ -39,8 +39,6 @@ typedef uint16_t uint_least16_t; typedef uint32_t uint_least32_t; typedef uint64_t uint_least64_t; -#if !defined __cplusplus || defined __STDC_LIMIT_MACROS - #define INT8_MIN (-1-0x7f) #define INT16_MIN (-1-0x7fff) #define INT32_MIN (-1-0x7fffffff) @@ -88,10 +86,6 @@ typedef uint64_t uint_least64_t; #include -#endif - -#if !defined __cplusplus || defined __STDC_CONSTANT_MACROS - #define INT8_C(c) c #define INT16_C(c) c #define INT32_C(c) c @@ -113,5 +107,3 @@ typedef uint64_t uint_least64_t; #endif #endif - -#endif