From a6409d692ef748e6b8f7980d6bcb74a0a466d9cb Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 3 Sep 2016 14:34:39 +0200 Subject: Update LUA to 5.3.3 (nw) --- 3rdparty/lua/src/lcode.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '3rdparty/lua/src/lcode.h') diff --git a/3rdparty/lua/src/lcode.h b/3rdparty/lua/src/lcode.h index 43ab86db77b..cd306d573ae 100644 --- a/3rdparty/lua/src/lcode.h +++ b/3rdparty/lua/src/lcode.h @@ -1,5 +1,5 @@ /* -** $Id: lcode.h,v 1.63 2013/12/30 20:47:58 roberto Exp $ +** $Id: lcode.h,v 1.64 2016/01/05 16:22:37 roberto Exp $ ** Code generator for Lua ** See Copyright Notice in lua.h */ @@ -40,7 +40,8 @@ typedef enum BinOpr { typedef enum UnOpr { OPR_MINUS, OPR_BNOT, OPR_NOT, OPR_LEN, OPR_NOUNOPR } UnOpr; -#define getcode(fs,e) ((fs)->f->code[(e)->u.info]) +/* get (pointer to) instruction of given 'expdesc' */ +#define getinstruction(fs,e) ((fs)->f->code[(e)->u.info]) #define luaK_codeAsBx(fs,o,A,sBx) luaK_codeABx(fs,o,A,(sBx)+MAXARG_sBx) -- cgit v1.2.3-70-g09d2