mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-23 21:25:49 +00:00
support [U]INTn_C for clang3.0-3.1
This commit is contained in:
parent
8d732a5197
commit
7645105ee8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue