aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-01-18 15:39:06 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-01-18 15:39:06 -0200
commit448517e47e40814f6ee12eae8dd6c3120f1d48bb (patch)
tree46884b1c0793e05276f5ee3111d7b52f6535a268 /lstate.h
parent931ee346e34aeb9d46bbf99f5da1f628a9812050 (diff)
downloadlua-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lstate.h b/lstate.h
index 978ffbc1..a90daa5f 100644
--- a/lstate.h
+++ b/lstate.h
@@ -82,7 +82,6 @@ typedef struct stringtable {
82typedef struct CallInfo { 82typedef 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 */