aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d80405c..9af4d19 100644
--- a/README.md
+++ b/README.md
@@ -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