From 455f96857f91d14e193219ca00969354a981c09c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 8 Sep 2012 17:14:52 -0400 Subject: remove all remaining redundant __restrict/__inline/_Noreturn defs --- include/inttypes.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include/inttypes.h') diff --git a/include/inttypes.h b/include/inttypes.h index 23acc5be..3f0339ce 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -5,17 +5,12 @@ extern "C" { #endif +#include #include #define __NEED_wchar_t #include -#if __STDC_VERSION__ >= 199901L -#define __restrict restrict -#elif !defined(__GNUC__) -#define __restrict -#endif - typedef struct { intmax_t quot, rem; } imaxdiv_t; intmax_t imaxabs(intmax_t); -- cgit v1.2.1