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