aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c1782a7..dedd228 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,8 @@ For Lua 5.1 additionally:
161* `luaL_traceback` 161* `luaL_traceback`
162* `luaL_execresult` 162* `luaL_execresult`
163* `luaL_fileresult` 163* `luaL_fileresult`
164* `luaL_loadbufferx`
165* `luaL_loadfilex`
164* `luaL_checkversion` (with empty body, only to avoid compile errors, 166* `luaL_checkversion` (with empty body, only to avoid compile errors,
165 see [here][21]) 167 see [here][21])
166* `luaL_tolstring` 168* `luaL_tolstring`
@@ -188,8 +190,6 @@ For Lua 5.1 additionally:
188 * `lua_upvaluejoin` (5.1) 190 * `lua_upvaluejoin` (5.1)
189 * `lua_version` (5.1) 191 * `lua_version` (5.1)
190 * `lua_yieldk` (5.1) 192 * `lua_yieldk` (5.1)
191 * `luaL_loadbufferx` (5.1)
192 * `luaL_loadfilex` (5.1)
193 193
194## See also 194## See also
195 195