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 40ff89aa..007704c8 100644
--- a/lstate.h
+++ b/lstate.h
@@ -181,7 +181,7 @@ struct CallInfo {
181 union { 181 union {
182 struct { /* only for Lua functions */ 182 struct { /* only for Lua functions */
183 const Instruction *savedpc; 183 const Instruction *savedpc;
184 volatile l_signalT trap; 184 volatile l_signalT trap; /* function is tracing lines/counts */
185 int nextraargs; /* # of extra arguments in vararg functions */ 185 int nextraargs; /* # of extra arguments in vararg functions */
186 } l; 186 } l;
187 struct { /* only for C functions */ 187 struct { /* only for C functions */