From 38b0e6128da7796300e2e8621e87835e16539f5b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 5 Feb 2002 20:39:12 -0200 Subject: simpler implementation for `for' loops --- lopcodes.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'lopcodes.c') diff --git a/lopcodes.c b/lopcodes.c index 4d43a3b1..7c452783 100644 --- a/lopcodes.c +++ b/lopcodes.c @@ -46,9 +46,7 @@ const char *const luaP_opnames[] = { "TESTF", "CALL", "RETURN", - "FORPREP", "FORLOOP", - "TFORPREP", "TFORLOOP", "SETLIST", "SETLISTO", @@ -60,10 +58,10 @@ const char *const luaP_opnames[] = { #define opmode(t,x,b,c,sa,k,m) (((t)<