diff --git a/doc/changes.html b/doc/changes.html index 125b58b4..82d3c140 100644 --- a/doc/changes.html +++ b/doc/changes.html @@ -123,6 +123,7 @@ Please take a look at the commit history for more details.
You're encouraged to use these types in preference to 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 @@ _("uint64_t", UINT64) \ _("intptr_t", INT_PSZ) \ _("uintptr_t", UINT_PSZ) \ + /* From POSIX. */ \ + _("ssize_t", INT_PSZ) \ /* End of typedef list. */ /* Keywords (only the ones we actually care for). */