From 0802a9df9e9326c5e61f0d6b69685c2c253de5f2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 8 Aug 2000 17:42:07 -0300 Subject: no more options for debug information: it is always on --- lstate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 70bc4600..d177c3a6 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.34 2000/05/24 13:54:49 roberto Exp roberto $ +** $Id: lstate.h,v 1.35 2000/08/07 18:39:16 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -79,7 +79,6 @@ struct lua_State { int refFree; /* list of free positions in refArray */ unsigned long GCthreshold; unsigned long nblocks; /* number of `blocks' currently allocated */ - int debug; lua_Hook callhook; lua_Hook linehook; int allowhooks; -- cgit v1.2.3-55-g6feb