From 556a89e53751135f45d8dd1e84651461b67e1f81 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 30 Mar 2000 14:19:48 -0300 Subject: new names for debug types --- lstate.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index bda30bb9..d099e6aa 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.29 2000/02/08 16:34:31 roberto Exp roberto $ +** $Id: lstate.h,v 1.30 2000/03/10 18:37:44 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -76,8 +76,8 @@ struct lua_State { unsigned long GCthreshold; unsigned long nblocks; /* number of `blocks' currently allocated */ int debug; - lua_Dbghook callhook; - lua_Dbghook linehook; + lua_Hook callhook; + lua_Hook linehook; int allowhooks; }; -- cgit v1.2.3-55-g6feb