Merge branch 'master' into nextversion
This commit is contained in:
2
lstate.h
2
lstate.h
@@ -182,7 +182,7 @@ struct CallInfo {
|
||||
union {
|
||||
struct { /* only for Lua functions */
|
||||
const Instruction *savedpc;
|
||||
volatile l_signalT trap;
|
||||
volatile l_signalT trap; /* function is tracing lines/counts */
|
||||
int nextraargs; /* # of extra arguments in vararg functions */
|
||||
} l;
|
||||
struct { /* only for C functions */
|
||||
|
||||
Reference in New Issue
Block a user