diff options
| -rw-r--r-- | ltable.c | 2 | ||||
| -rw-r--r-- | ltable.h | 1 |
2 files changed, 0 insertions, 3 deletions
| @@ -975,6 +975,4 @@ Node *luaH_mainposition (const Table *t, const TValue *key) { | |||
| 975 | return mainpositionTV(t, key); | 975 | return mainpositionTV(t, key); |
| 976 | } | 976 | } |
| 977 | 977 | ||
| 978 | int luaH_isdummy (const Table *t) { return isdummy(t); } | ||
| 979 | |||
| 980 | #endif | 978 | #endif |
| @@ -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 | ||
