diff options
Diffstat (limited to 'src/stdint/INT64_C.c')
| -rw-r--r-- | src/stdint/INT64_C.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stdint/INT64_C.c b/src/stdint/INT64_C.c index ee8fdafa..c62410d6 100644 --- a/src/stdint/INT64_C.c +++ b/src/stdint/INT64_C.c @@ -1,5 +1,6 @@ #include <stdint.h> -#define INT64_C(value) ((int_least64_t)value##LL) + +#define INT64_C(__value) ((int_least64_t)__value##LL) /* STDC(199901) |
