diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -146,7 +146,7 @@ For Lua 5.1 additionally: | |||
146 | * `LUA_OP*` macros for `lua_arith` and `lua_compare` | 146 | * `LUA_OP*` macros for `lua_arith` and `lua_compare` |
147 | * `LUA_FILEHANDLE` | 147 | * `LUA_FILEHANDLE` |
148 | * `lua_Unsigned` | 148 | * `lua_Unsigned` |
149 | * `luaL_Stream` (limited compatibility, see[here][19]) | 149 | * `luaL_Stream` (limited compatibility, see [here][19]) |
150 | * `lua_absindex` | 150 | * `lua_absindex` |
151 | * `lua_arith` (see [here][20]) | 151 | * `lua_arith` (see [here][20]) |
152 | * `lua_compare` | 152 | * `lua_compare` |
@@ -229,8 +229,8 @@ This package contains code written by: | |||
229 | [16]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_getuservalue | 229 | [16]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_getuservalue |
230 | [17]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_setuservalue | 230 | [17]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_setuservalue |
231 | [18]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_stringtonumber | 231 | [18]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_stringtonumber |
232 | [19]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_arith | 232 | [19]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Stream |
233 | [20]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Stream | 233 | [20]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_arith |
234 | [21]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_checkversion | 234 | [21]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_checkversion |
235 | [22]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Buffer | 235 | [22]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Buffer |
236 | [23]: https://github.com/keplerproject/lua-compat-5.3/wiki/coroutine.running | 236 | [23]: https://github.com/keplerproject/lua-compat-5.3/wiki/coroutine.running |