diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |