diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lj_ctype.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_ctype.c b/src/lj_ctype.c index 2e23c994..eda070ce 100644 --- a/src/lj_ctype.c +++ b/src/lj_ctype.c | |||
@@ -38,6 +38,8 @@ | |||
38 | _("uint64_t", UINT64) \ | 38 | _("uint64_t", UINT64) \ |
39 | _("intptr_t", INT_PSZ) \ | 39 | _("intptr_t", INT_PSZ) \ |
40 | _("uintptr_t", UINT_PSZ) \ | 40 | _("uintptr_t", UINT_PSZ) \ |
41 | /* From POSIX. */ \ | ||
42 | _("ssize_t", INT_PSZ) \ | ||
41 | /* End of typedef list. */ | 43 | /* End of typedef list. */ |
42 | 44 | ||
43 | /* Keywords (only the ones we actually care for). */ | 45 | /* Keywords (only the ones we actually care for). */ |