From e7c8393682f2977742cdac359cce9e558318aeac Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 13 Apr 2000 13:51:01 -0300 Subject: optimization INCLOCAL is not necessary, with `for' --- lopcodes.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index 91c74759..d7548d9b 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.56 2000/04/07 19:35:31 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.57 2000/04/12 18:57:19 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -36,8 +36,6 @@ -#define MAXARG_sA (MAXARG_A>>1) /* max value for a signed A */ - /* creates a mask with `n' 1 bits at position `p' */ #define MASK1(n,p) ((~((~(Instruction)0)<