diff options
Diffstat (limited to '')
-rw-r--r-- | src/3rdParty/lua/ltable.h | 1 |
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) |
61 | LUAI_FUNC Node *luaH_mainposition (const Table *t, const TValue *key); | 61 | LUAI_FUNC Node *luaH_mainposition (const Table *t, const TValue *key); |
62 | LUAI_FUNC int luaH_isdummy (const Table *t); | ||
63 | #endif | 62 | #endif |
64 | 63 | ||
65 | 64 | ||