lua

A copy of the Lua development repository
Log | Files | Refs | README

commit eb7312d9be8286b8be3b929136d7dc34f50ef822
parent 21259a50e12ca45669379a4b37fbe7e502cdd22d
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Thu, 13 Dec 2001 16:10:33 -0200

comments

Diffstat:
Mlvm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lvm.c b/lvm.c @@ -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;