From 20c5f9b5ad74780ec2cade5a47bd066ed69453b0 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 11 Oct 2020 16:04:04 +0300 Subject: liblua: update to 5.4.1 --- libs/liblua/src/ldebug.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libs/liblua/src/ldebug.h') diff --git a/libs/liblua/src/ldebug.h b/libs/liblua/src/ldebug.h index 1fe0efab08..a0a584862e 100644 --- a/libs/liblua/src/ldebug.h +++ b/libs/liblua/src/ldebug.h @@ -13,6 +13,11 @@ #define pcRel(pc, p) (cast_int((pc) - (p)->code) - 1) + +/* Active Lua function (given call info) */ +#define ci_func(ci) (clLvalue(s2v((ci)->func))) + + #define resethookcount(L) (L->hookcount = L->basehookcount) /* -- cgit v1.2.3