diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -82,7 +82,6 @@ typedef struct stringtable { | |||
82 | typedef struct CallInfo { | 82 | typedef struct CallInfo { |
83 | StkId base; /* base for called function */ | 83 | StkId base; /* base for called function */ |
84 | const Instruction *savedpc; | 84 | const Instruction *savedpc; |
85 | lua_Hook linehook; | ||
86 | StkId top; /* top for this function (when it's a Lua function) */ | 85 | StkId top; /* top for this function (when it's a Lua function) */ |
87 | const Instruction **pc; | 86 | const Instruction **pc; |
88 | /* extra information for line tracing */ | 87 | /* extra information for line tracing */ |