summaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-08-08 17:42:07 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-08-08 17:42:07 -0300
commit0802a9df9e9326c5e61f0d6b69685c2c253de5f2 (patch)
treec0f34b8fbf79694ea3d5f9d98f14680ba74a2b14 /lstate.h
parentf90bc248b3c3c18941a96038b2a7517ad571d8b1 (diff)
downloadlua-0802a9df9e9326c5e61f0d6b69685c2c253de5f2.tar.gz
lua-0802a9df9e9326c5e61f0d6b69685c2c253de5f2.tar.bz2
lua-0802a9df9e9326c5e61f0d6b69685c2c253de5f2.zip
no more options for debug information: it is always on
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lstate.h b/lstate.h
index 70bc4600..d177c3a6 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 1.34 2000/05/24 13:54:49 roberto Exp roberto $ 2** $Id: lstate.h,v 1.35 2000/08/07 18:39:16 roberto Exp roberto $
3** Global State 3** Global State
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -79,7 +79,6 @@ struct lua_State {
79 int refFree; /* list of free positions in refArray */ 79 int refFree; /* list of free positions in refArray */
80 unsigned long GCthreshold; 80 unsigned long GCthreshold;
81 unsigned long nblocks; /* number of `blocks' currently allocated */ 81 unsigned long nblocks; /* number of `blocks' currently allocated */
82 int debug;
83 lua_Hook callhook; 82 lua_Hook callhook;
84 lua_Hook linehook; 83 lua_Hook linehook;
85 int allowhooks; 84 int allowhooks;