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