diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-01-18 15:39:06 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-01-18 15:39:06 -0200 |
commit | 448517e47e40814f6ee12eae8dd6c3120f1d48bb (patch) | |
tree | 46884b1c0793e05276f5ee3111d7b52f6535a268 /lstate.h | |
parent | 931ee346e34aeb9d46bbf99f5da1f628a9812050 (diff) | |
download | lua-448517e47e40814f6ee12eae8dd6c3120f1d48bb.tar.gz lua-448517e47e40814f6ee12eae8dd6c3120f1d48bb.tar.bz2 lua-448517e47e40814f6ee12eae8dd6c3120f1d48bb.zip |
no more linehook field in CallInfo
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 */ |