1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00
This commit is contained in:
Roberto Ierusalimschy
2001-12-13 16:10:55 -02:00
parent 21259a50e1
commit eb7312d9be
+1 -1
View File
@@ -336,7 +336,7 @@ static void powOp (lua_State *L, StkId ra, StkId rb, StkId rc) {
/*
** Executes the given Lua function. Parameters are between [base,top).
** Returns n such that the the results are between [n,top).
** Returns n such that the results are between [n,top).
*/
StkId luaV_execute (lua_State *L, const LClosure *cl, StkId base) {
const Proto *const tf = cl->p;