aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-09-08 18:19:30 +1000
committerdaurnimator <quae@daurnimator.com>2017-09-08 18:19:30 +1000
commitc0db566ba0a42d5beebce46ba1af9273c85d7536 (patch)
tree449168717d1709cc5f540aff32a1faf045fe3c63 /README.md
parent10370263952bb68315206916d94df574991a1d5d (diff)
downloadlua-compat-5.3-c0db566ba0a42d5beebce46ba1af9273c85d7536.tar.gz
lua-compat-5.3-c0db566ba0a42d5beebce46ba1af9273c85d7536.tar.bz2
lua-compat-5.3-c0db566ba0a42d5beebce46ba1af9273c85d7536.zip
Add LUA_FILEHANDLE define
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 08614a1..8f0cc32 100644
--- a/README.md
+++ b/README.md
@@ -142,6 +142,7 @@ For Lua 5.1 additionally:
142For Lua 5.1 additionally: 142For Lua 5.1 additionally:
143* `LUA_OK` 143* `LUA_OK`
144* `LUA_OP*` macros for `lua_arith` and `lua_compare` 144* `LUA_OP*` macros for `lua_arith` and `lua_compare`
145* `LUA_FILEHANDLE`
145* `lua_Unsigned` 146* `lua_Unsigned`
146* `lua_absindex` 147* `lua_absindex`
147* `lua_arith` (see [here][19]) 148* `lua_arith` (see [here][19])