diff options
Diffstat (limited to 'ldebug.h')
-rw-r--r-- | ldebug.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ | |||
13 | 13 | ||
14 | #define pcRel(pc, p) (cast_int((pc) - (p)->code) - 1) | 14 | #define pcRel(pc, p) (cast_int((pc) - (p)->code) - 1) |
15 | 15 | ||
16 | |||
17 | /* Active Lua function (given call info) */ | ||
18 | #define ci_func(ci) (clLvalue(s2v((ci)->func))) | ||
19 | |||
20 | |||
16 | #define resethookcount(L) (L->hookcount = L->basehookcount) | 21 | #define resethookcount(L) (L->hookcount = L->basehookcount) |
17 | 22 | ||
18 | /* | 23 | /* |