diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |