From 2877bad4c260d11c22c3b12e633d6b1ca3415789 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 19 Jan 2000 10:00:45 -0200 Subject: new debug API (first version) --- lstate.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index c4c8271e..f24f2d0a 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.26 1999/12/21 18:04:41 roberto Exp roberto $ +** $Id: lstate.h,v 1.27 1999/12/27 17:33:22 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_CHFunction callhook; - lua_LHFunction linehook; + lua_Dbghook callhook; + lua_Dbghook linehook; int allowhooks; }; -- cgit v1.2.3-55-g6feb