aboutsummaryrefslogtreecommitdiff
path: root/src/3rdParty/lua/ltable.h
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2022-12-02 10:40:09 +0800
committerLi Jin <dragon-fly@qq.com>2022-12-02 10:40:09 +0800
commit298b18dbe852300199cc529c942a181bead5f135 (patch)
treef4b5ae89b6920fa0a12c693118f85334f19754f8 /src/3rdParty/lua/ltable.h
parenta6a65ba26a9d320611abcbfba49fa724edfb4dad (diff)
downloadyuescript-298b18dbe852300199cc529c942a181bead5f135.tar.gz
yuescript-298b18dbe852300199cc529c942a181bead5f135.tar.bz2
yuescript-298b18dbe852300199cc529c942a181bead5f135.zip
update Lua.
Diffstat (limited to 'src/3rdParty/lua/ltable.h')
-rw-r--r--src/3rdParty/lua/ltable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/3rdParty/lua/ltable.h b/src/3rdParty/lua/ltable.h
index 7bbbcb2..75dd9e2 100644
--- a/src/3rdParty/lua/ltable.h
+++ b/src/3rdParty/lua/ltable.h
@@ -59,7 +59,6 @@ LUAI_FUNC unsigned int luaH_realasize (const Table *t);
59 59
60#if defined(LUA_DEBUG) 60#if defined(LUA_DEBUG)
61LUAI_FUNC Node *luaH_mainposition (const Table *t, const TValue *key); 61LUAI_FUNC Node *luaH_mainposition (const Table *t, const TValue *key);
62LUAI_FUNC int luaH_isdummy (const Table *t);
63#endif 62#endif
64 63
65 64