From d960b61ea3d2ed749a41a0d0fea621415d656848 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 13 Aug 2010 16:22:38 -0700 Subject: Add missing intmax_t and uintmax_t --- include/c99/stdint.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/c99/stdint.h b/include/c99/stdint.h index fc6459d03d..6f40e0c74a 100644 --- a/include/c99/stdint.h +++ b/include/c99/stdint.h @@ -110,6 +110,9 @@ typedef unsigned __int32 uintptr_t; #define INT64_C(__val) __val##i64 #define UINT64_C(__val) __val##ui64 +typedef int64_t intmax_t; +typedef uint64_t uintmax_t; + #else #error "Unsupported compiler" #endif -- cgit v1.2.3