diff -r 4feced261c68 -r de822cd3df3a misc/liblua/ldebug.h --- a/misc/liblua/ldebug.h Tue Jan 21 22:38:13 2014 +0100 +++ b/misc/liblua/ldebug.h Tue Jan 21 22:43:06 2014 +0100 @@ -11,11 +11,11 @@ #include "lstate.h" -#define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) +#define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) -#define getline(f,pc) (((f)->lineinfo) ? (f)->lineinfo[pc] : 0) +#define getline(f,pc) (((f)->lineinfo) ? (f)->lineinfo[pc] : 0) -#define resethookcount(L) (L->hookcount = L->basehookcount) +#define resethookcount(L) (L->hookcount = L->basehookcount) LUAI_FUNC void luaG_typeerror (lua_State *L, const TValue *o,