From fbc23d02456929a24bbad4eee2bd9d6ed8526ba7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 21 Aug 2002 15:56:33 -0300 Subject: details --- lopcodes.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index 7c695324..5386bb21 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.100 2002/08/05 14:46:43 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.101 2002/08/20 20:03:05 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -123,6 +123,11 @@ enum OpMode {iABC, iABx, iAsBx}; /* basic instruction format */ ** RK(x) == if x < MAXSTACK then R(x) else Kst(x-MAXSTACK) */ + +/* +** grep "ORDER OP" if you change these enums +*/ + typedef enum { /*---------------------------------------------------------------------- name args description -- cgit v1.2.3-55-g6feb