aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
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 */