From 237660b652ea643d42fbe105aad8dfcc7ef8a90c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 5 Apr 2016 21:14:20 +0200 Subject: unlimited access to macros Sync with GNU libc behaviour. --- include/inttypes.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/inttypes.h') diff --git a/include/inttypes.h b/include/inttypes.h index fa6339869..15e0b59a5 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -42,11 +42,6 @@ typedef wchar_t __gwchar_t; #endif #endif - -/* The ISO C99 standard specifies that these macros must only be - defined if explicitly requested. */ -#if !defined __cplusplus || defined __STDC_FORMAT_MACROS - # if __WORDSIZE == 64 # define __PRI64_PREFIX "l" # define __PRIPTR_PREFIX "l" @@ -269,8 +264,6 @@ typedef wchar_t __gwchar_t; # define SCNuPTR __PRIPTR_PREFIX "u" # define SCNxPTR __PRIPTR_PREFIX "x" -#endif /* C++ && format macros */ - __BEGIN_DECLS -- cgit v1.2.3