aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-12-13 16:10:55 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-12-13 16:10:55 -0200
commiteb7312d9be8286b8be3b929136d7dc34f50ef822 (patch)
treee98d5e17aec3f6d3bde55dad9a8fcb428adf3ebe
parent21259a50e12ca45669379a4b37fbe7e502cdd22d (diff)
downloadlua-eb7312d9be8286b8be3b929136d7dc34f50ef822.tar.gz
lua-eb7312d9be8286b8be3b929136d7dc34f50ef822.tar.bz2
lua-eb7312d9be8286b8be3b929136d7dc34f50ef822.zip
comments
-rw-r--r--lvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvm.c b/lvm.c
index 253c01a4..85746e03 100644
--- a/lvm.c
+++ b/lvm.c
@@ -336,7 +336,7 @@ static void powOp (lua_State *L, StkId ra, StkId rb, StkId rc) {
336 336
337/* 337/*
338** Executes the given Lua function. Parameters are between [base,top). 338** Executes the given Lua function. Parameters are between [base,top).
339** Returns n such that the the results are between [n,top). 339** Returns n such that the results are between [n,top).
340*/ 340*/
341StkId luaV_execute (lua_State *L, const LClosure *cl, StkId base) { 341StkId luaV_execute (lua_State *L, const LClosure *cl, StkId base) {
342 const Proto *const tf = cl->p; 342 const Proto *const tf = cl->p;