diff options
author | ThePhD <phdofthehouse@gmail.com> | 2017-09-13 00:33:30 -0400 |
---|---|---|
committer | ThePhD <phdofthehouse@gmail.com> | 2017-09-13 00:33:30 -0400 |
commit | 6065d10a731f0dbd056d0c95ec43b7ccdb76c7b2 (patch) | |
tree | cd63bc8aecd31a12db2db35ca57975e909196e2d | |
parent | 8ee5245c2782df1d66fafdf4a574a739fda55704 (diff) | |
download | lua-compat-5.3-6065d10a731f0dbd056d0c95ec43b7ccdb76c7b2.tar.gz lua-compat-5.3-6065d10a731f0dbd056d0c95ec43b7ccdb76c7b2.tar.bz2 lua-compat-5.3-6065d10a731f0dbd056d0c95ec43b7ccdb76c7b2.zip |
update readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -158,6 +158,8 @@ For Lua 5.1 additionally: | |||
158 | * `luaL_traceback` | 158 | * `luaL_traceback` |
159 | * `luaL_execresult` | 159 | * `luaL_execresult` |
160 | * `luaL_fileresult` | 160 | * `luaL_fileresult` |
161 | * `luaL_loadbufferx` | ||
162 | * `luaL_loadfilex` | ||
161 | * `luaL_checkversion` (with empty body, only to avoid compile errors, | 163 | * `luaL_checkversion` (with empty body, only to avoid compile errors, |
162 | see [here][20]) | 164 | see [here][20]) |
163 | * `luaL_tolstring` | 165 | * `luaL_tolstring` |
@@ -185,8 +187,6 @@ For Lua 5.1 additionally: | |||
185 | * `lua_upvaluejoin` (5.1) | 187 | * `lua_upvaluejoin` (5.1) |
186 | * `lua_version` (5.1) | 188 | * `lua_version` (5.1) |
187 | * `lua_yieldk` (5.1) | 189 | * `lua_yieldk` (5.1) |
188 | * `luaL_loadbufferx` (5.1) | ||
189 | * `luaL_loadfilex` (5.1) | ||
190 | 190 | ||
191 | ## See also | 191 | ## See also |
192 | 192 | ||