X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Finttypes.h;h=c51769fae5449b6090f28927637704365279244f;hp=05d54ba007638c301ec668f8c0d0ec88aff67a62;hb=6688a778b0419eab32e715f269319248edee9da5;hpb=216b706548c16e3bc9612c8a2e5eed23f016504c diff --git a/include/inttypes.h b/include/inttypes.h index 05d54ba0..c51769fa 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -22,8 +22,6 @@ uintmax_t strtoumax(const char *__restrict, char **__restrict, int); intmax_t wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int); uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int); -#if !defined __cplusplus || defined __STDC_FORMAT_MACROS - #if UINTPTR_MAX == UINT64_MAX #define __PRI64 "l" #else @@ -221,8 +219,6 @@ uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int); #define SCNuPTR "lu" #define SCNxPTR "lx" -#endif - #ifdef __cplusplus } #endif