From 448517e47e40814f6ee12eae8dd6c3120f1d48bb Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 18 Jan 2002 15:39:06 -0200 Subject: no more linehook field in CallInfo --- lstate.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lstate.h') 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 { typedef struct CallInfo { StkId base; /* base for called function */ const Instruction *savedpc; - lua_Hook linehook; StkId top; /* top for this function (when it's a Lua function) */ const Instruction **pc; /* extra information for line tracing */ -- cgit v1.2.3-55-g6feb