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