summaryrefslogtreecommitdiff
path: root/src/stdint/INT8_C.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdint/INT8_C.c')
-rw-r--r--src/stdint/INT8_C.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stdint/INT8_C.c b/src/stdint/INT8_C.c
index 58135cb6..0c7f1550 100644
--- a/src/stdint/INT8_C.c
+++ b/src/stdint/INT8_C.c
@@ -1,5 +1,6 @@
#include <stdint.h>
-#define INT8_C(value) ((int_least8_t)value)
+
+#define INT8_C(__value) ((int_least8_t)__value)
/*
STDC(199901)