diff options
Diffstat (limited to '')
-rw-r--r-- | src/3rdParty/lua/ldebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdParty/lua/ldebug.h b/src/3rdParty/lua/ldebug.h index 974960e..2c3074c 100644 --- a/src/3rdParty/lua/ldebug.h +++ b/src/3rdParty/lua/ldebug.h | |||
@@ -15,7 +15,7 @@ | |||
15 | 15 | ||
16 | 16 | ||
17 | /* Active Lua function (given call info) */ | 17 | /* Active Lua function (given call info) */ |
18 | #define ci_func(ci) (clLvalue(s2v((ci)->func))) | 18 | #define ci_func(ci) (clLvalue(s2v((ci)->func.p))) |
19 | 19 | ||
20 | 20 | ||
21 | #define resethookcount(L) (L->hookcount = L->basehookcount) | 21 | #define resethookcount(L) (L->hookcount = L->basehookcount) |