From 7645105ee82628c2e6578f29cdb5f8ed33d703a8 Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Sat, 18 Jan 2014 14:15:51 +0900 Subject: [PATCH] support [U]INTn_C for clang3.0-3.1 --- sprout/cstdint.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sprout/cstdint.hpp b/sprout/cstdint.hpp index 9c6eb899..a0f81d8f 100644 --- a/sprout/cstdint.hpp +++ b/sprout/cstdint.hpp @@ -17,7 +17,7 @@ // SPROUT_INT[N]_C // SPROUT_UINT[N]_C // -#if SPROUT_CLANG_BETWEEN(3, 2, 0, 3, 3, 0) && !defined(__STDC_CONSTANT_MACROS) +#if SPROUT_CLANG_BETWEEN(3, 0, 0, 3, 3, 0) && !defined(__STDC_CONSTANT_MACROS) # define SPROUT_INT8_C(n) n # define SPROUT_UINT8_C(n) n # define SPROUT_INT16_C(n) n