diff options
Diffstat (limited to 'c-api')
| -rw-r--r-- | c-api/compat-5.3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/c-api/compat-5.3.h b/c-api/compat-5.3.h index bee77a1..886b5ba 100644 --- a/c-api/compat-5.3.h +++ b/c-api/compat-5.3.h | |||
| @@ -87,6 +87,9 @@ extern "C" { | |||
| 87 | #ifndef LUA_OPLE | 87 | #ifndef LUA_OPLE |
| 88 | # define LUA_OPLE 2 | 88 | # define LUA_OPLE 2 |
| 89 | #endif | 89 | #endif |
| 90 | #ifndef LUA_FILEHANDLE | ||
| 91 | # define LUA_FILEHANDLE "FILE*" | ||
| 92 | #endif | ||
| 90 | 93 | ||
| 91 | typedef size_t lua_Unsigned; | 94 | typedef size_t lua_Unsigned; |
| 92 | 95 | ||
