aboutsummaryrefslogtreecommitdiff
path: root/src/3rdParty/lua/ldebug.h
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2022-12-02 10:40:09 +0800
committerLi Jin <dragon-fly@qq.com>2022-12-02 10:40:09 +0800
commit298b18dbe852300199cc529c942a181bead5f135 (patch)
treef4b5ae89b6920fa0a12c693118f85334f19754f8 /src/3rdParty/lua/ldebug.h
parenta6a65ba26a9d320611abcbfba49fa724edfb4dad (diff)
downloadyuescript-298b18dbe852300199cc529c942a181bead5f135.tar.gz
yuescript-298b18dbe852300199cc529c942a181bead5f135.tar.bz2
yuescript-298b18dbe852300199cc529c942a181bead5f135.zip
update Lua.
Diffstat (limited to 'src/3rdParty/lua/ldebug.h')
-rw-r--r--src/3rdParty/lua/ldebug.h2
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)