aboutsummaryrefslogtreecommitdiff
path: root/ltable.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ltable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltable.h b/ltable.h
index ca21e692..f3b7bc7e 100644
--- a/ltable.h
+++ b/ltable.h
@@ -173,7 +173,7 @@ LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, unsigned nasize);
173LUAI_FUNC lu_mem luaH_size (Table *t); 173LUAI_FUNC lu_mem luaH_size (Table *t);
174LUAI_FUNC void luaH_free (lua_State *L, Table *t); 174LUAI_FUNC void luaH_free (lua_State *L, Table *t);
175LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key); 175LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
176LUAI_FUNC lua_Unsigned luaH_getn (Table *t); 176LUAI_FUNC lua_Unsigned luaH_getn (lua_State *L, Table *t);
177 177
178 178
179#if defined(LUA_DEBUG) 179#if defined(LUA_DEBUG)