diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2015-03-08 19:33:27 +0100 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2015-03-08 19:33:27 +0100 |
commit | 2e8e147bc5a23750ab3e2a145fccfbb39f9443df (patch) | |
tree | 692efdc32e6aa192cb831ac1dcfb45b85c1071b3 /README.md | |
parent | af77e00ac0d1a0ddbc9218e9b0ab12381396e253 (diff) | |
download | lua-compat-5.3-2e8e147bc5a23750ab3e2a145fccfbb39f9443df.tar.gz lua-compat-5.3-2e8e147bc5a23750ab3e2a145fccfbb39f9443df.tar.bz2 lua-compat-5.3-2e8e147bc5a23750ab3e2a145fccfbb39f9443df.zip |
remove support for luaL_Stream (due to LuaJIT incompatibility)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -117,8 +117,6 @@ For Lua 5.1 additionally: | |||
117 | * `LUA_OK` | 117 | * `LUA_OK` |
118 | * `LUA_OP*` macros for `lua_arith` and `lua_compare` | 118 | * `LUA_OP*` macros for `lua_arith` and `lua_compare` |
119 | * `lua_Unsigned` | 119 | * `lua_Unsigned` |
120 | * `luaL_Stream` | ||
121 | * `LUA_FILEHANDLE` | ||
122 | * `lua_absindex` | 120 | * `lua_absindex` |
123 | * `lua_arith` | 121 | * `lua_arith` |
124 | * `lua_compare` | 122 | * `lua_compare` |