aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-08-23 15:14:03 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-08-23 15:14:03 -0300
commitc815c2f0eb7a4ac01d4f664f3db44c199ee4e211 (patch)
tree63cdeea69af0df9ff82303d05c517068eb54e56e /lstate.h
parentab6a94952215b1f66436d8eeebded1dad9fa5409 (diff)
parent9363a8b9901a5643c9da061ea8dda8a86cdc7ef1 (diff)
downloadlua-c815c2f0eb7a4ac01d4f664f3db44c199ee4e211.tar.gz
lua-c815c2f0eb7a4ac01d4f664f3db44c199ee4e211.tar.bz2
lua-c815c2f0eb7a4ac01d4f664f3db44c199ee4e211.zip
Merge branch 'master' into nextversion
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lstate.h b/lstate.h
index 488d2c5a..f42db35d 100644
--- a/lstate.h
+++ b/lstate.h
@@ -182,7 +182,7 @@ struct CallInfo {
182 union { 182 union {
183 struct { /* only for Lua functions */ 183 struct { /* only for Lua functions */
184 const Instruction *savedpc; 184 const Instruction *savedpc;
185 volatile l_signalT trap; 185 volatile l_signalT trap; /* function is tracing lines/counts */
186 int nextraargs; /* # of extra arguments in vararg functions */ 186 int nextraargs; /* # of extra arguments in vararg functions */
187 } l; 187 } l;
188 struct { /* only for C functions */ 188 struct { /* only for C functions */