From 7b65328c8e89ecc999e47d00288bfa4cf6692cdc Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 9 Apr 2002 16:47:44 -0300 Subject: new semantics for `generic for' (with state) --- lopcodes.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index 566fc84f..15e1f09d 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.92 2002/03/21 20:32:22 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.93 2002/03/25 17:47:14 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -173,8 +173,9 @@ OP_RETURN,/* A B return R(A), ... ,R(A+B-2) (see (3)) */ OP_FORLOOP,/* A sBc R(A)+=R(A+2); if R(A)