From c9f91c6fe300c77022216856bc49552d9d75f26d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 27 Apr 2000 14:39:15 -0300 Subject: [PATCH] [C++ Warning]: W8084 Suggest parentheses to clarify precedence. --- lopcodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lopcodes.h b/lopcodes.h index 9df510a3..4dcec5aa 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.58 2000/04/13 16:51:01 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.59 2000/04/14 17:45:25 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -51,7 +51,7 @@ #define GET_OPCODE(i) ((OpCode)((i)&MASK1(SIZE_OP,0))) #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,0)) | (Instruction)(o))) -#define CREATE_U(o,u) ((Instruction)(o) | (Instruction)(u)<>POS_U)) #define SETARG_U(i,u) ((i) = (((i)&MASK0(SIZE_U,POS_U)) | \ ((Instruction)(u)<