aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lstate.h b/lstate.h
index b069b390..f3793256 100644
--- a/lstate.h
+++ b/lstate.h
@@ -231,6 +231,8 @@ typedef struct global_State {
231 TString *tmname[TM_N]; /* array with tag-method names */ 231 TString *tmname[TM_N]; /* array with tag-method names */
232 struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */ 232 struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */
233 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */ 233 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */
234 lua_WarnFunction warnf; /* warning function */
235 void *ud_warn; /* auxiliary data to 'warnf' */
234} global_State; 236} global_State;
235 237
236 238