aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_ctype.c')
-rw-r--r--src/lj_ctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_ctype.c b/src/lj_ctype.c
index 353fe9e3..2ea08e25 100644
--- a/src/lj_ctype.c
+++ b/src/lj_ctype.c
@@ -43,7 +43,7 @@
43#define CTKWDEF(_) \ 43#define CTKWDEF(_) \
44 /* Type specifiers. */ \ 44 /* Type specifiers. */ \
45 _("void", -1, CTOK_VOID) \ 45 _("void", -1, CTOK_VOID) \
46 _("_Bool", 1, CTOK_BOOL) \ 46 _("_Bool", 0, CTOK_BOOL) \
47 _("bool", 1, CTOK_BOOL) \ 47 _("bool", 1, CTOK_BOOL) \
48 _("char", 1, CTOK_CHAR) \ 48 _("char", 1, CTOK_CHAR) \
49 _("int", 4, CTOK_INT) \ 49 _("int", 4, CTOK_INT) \