diff options
Diffstat (limited to 'src/lua51/lvm.h')
| -rw-r--r-- | src/lua51/lvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua51/lvm.h b/src/lua51/lvm.h index bfe4f56..19fec22 100644 --- a/src/lua51/lvm.h +++ b/src/lua51/lvm.h @@ -30,6 +30,7 @@ LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key, StkId val); LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key, StkId val); +//c ÐéÄâ»úÖ÷Èë¿Ú LUAI_FUNC void luaV_execute (lua_State *L, int nexeccalls); LUAI_FUNC void luaV_concat (lua_State *L, int total, int last); |
