diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-12-13 16:10:55 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-12-13 16:10:55 -0200 |
| commit | eb7312d9be8286b8be3b929136d7dc34f50ef822 (patch) | |
| tree | e98d5e17aec3f6d3bde55dad9a8fcb428adf3ebe | |
| parent | 21259a50e12ca45669379a4b37fbe7e502cdd22d (diff) | |
| download | lua-eb7312d9be8286b8be3b929136d7dc34f50ef822.tar.gz lua-eb7312d9be8286b8be3b929136d7dc34f50ef822.tar.bz2 lua-eb7312d9be8286b8be3b929136d7dc34f50ef822.zip | |
comments
Diffstat (limited to '')
| -rw-r--r-- | lvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | */ |
| 341 | StkId luaV_execute (lua_State *L, const LClosure *cl, StkId base) { | 341 | StkId luaV_execute (lua_State *L, const LClosure *cl, StkId base) { |
| 342 | const Proto *const tf = cl->p; | 342 | const Proto *const tf = cl->p; |
