aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Janda <siffiejoe@gmx.net>2015-03-08 19:33:27 +0100
committerPhilipp Janda <siffiejoe@gmx.net>2015-03-08 19:33:27 +0100
commit2e8e147bc5a23750ab3e2a145fccfbb39f9443df (patch)
tree692efdc32e6aa192cb831ac1dcfb45b85c1071b3 /README.md
parentaf77e00ac0d1a0ddbc9218e9b0ab12381396e253 (diff)
downloadlua-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.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 303758e..90dd063 100644
--- a/README.md
+++ b/README.md
@@ -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`