diff options
-rw-r--r-- | lvm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.c,v 1.1 2001/11/29 22:14:34 rieru Exp rieru $ | 2 | ** $Id: lvm.c,v 1.216 2002/02/14 21:46:43 roberto Exp roberto $ |
3 | ** Lua virtual machine | 3 | ** Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -574,7 +574,7 @@ StkId luaV_execute (lua_State *L) { | |||
574 | loop = (ttype(ra+1) != LUA_TNIL); | 574 | loop = (ttype(ra+1) != LUA_TNIL); |
575 | } | 575 | } |
576 | else | 576 | else |
577 | luaD_error(L, "`for' value must be a table or function"); | 577 | luaD_error(L, "`for' generator must be a table or function"); |
578 | if (!loop) | 578 | if (!loop) |
579 | pc -= j; /* undo jump */ | 579 | pc -= j; /* undo jump */ |
580 | break; | 580 | break; |