From 022bf2720287dd079e3e575c01ceaabfbb37489b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 27 Aug 2001 12:13:59 -0300 Subject: extra parenteses to avoid warnings --- ltm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ltm.h') diff --git a/ltm.h b/ltm.h index a1d6a072..5913ead6 100644 --- a/ltm.h +++ b/ltm.h @@ -1,5 +1,5 @@ /* -** $Id: ltm.h,v 1.25 2001/06/06 18:00:19 roberto Exp roberto $ +** $Id: ltm.h,v 1.26 2001/07/12 18:11:58 roberto Exp roberto $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -40,11 +40,11 @@ typedef enum { ** masks for allowable tag methods ** (see `luaT_validevents') */ -#define HAS_TM_GETGLOBAL(L,t) (1<<(t) & ((1<