diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.h,v 1.92 2002/08/06 18:01:50 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 1.93 2002/08/07 19:22:39 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 | */ |
@@ -151,7 +151,7 @@ struct lua_State { | |||
151 | CallInfo *end_ci; /* points after end of ci array*/ | 151 | CallInfo *end_ci; /* points after end of ci array*/ |
152 | CallInfo *base_ci; /* array of CallInfo's */ | 152 | CallInfo *base_ci; /* array of CallInfo's */ |
153 | int size_ci; /* size of array `base_ci' */ | 153 | int size_ci; /* size of array `base_ci' */ |
154 | int hookmask; | 154 | unsigned long hookmask; |
155 | ls_count hookcount; | 155 | ls_count hookcount; |
156 | lua_Hook hook; | 156 | lua_Hook hook; |
157 | UpVal *openupval; /* list of open upvalues in this stack */ | 157 | UpVal *openupval; /* list of open upvalues in this stack */ |