diff options
Diffstat (limited to 'src/lua51/lvm.h')
| -rw-r--r-- | src/lua51/lvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua51/lvm.h b/src/lua51/lvm.h index 19fec22..78c4963 100644 --- a/src/lua51/lvm.h +++ b/src/lua51/lvm.h @@ -30,7 +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 虚拟机主入口 +//c 虚拟机主入口 luaV_execute LUAI_FUNC void luaV_execute (lua_State *L, int nexeccalls); LUAI_FUNC void luaV_concat (lua_State *L, int total, int last); |
