summaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
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 43598917..6de48233 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 1.14 1999/02/04 17:47:59 roberto Exp roberto $ 2** $Id: lstate.h,v 1.15 1999/02/25 15:17:01 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*/
@@ -71,7 +71,6 @@ struct lua_State {
71 GCnode rootglobal; /* list of strings with global values */ 71 GCnode rootglobal; /* list of strings with global values */
72 stringtable *string_root; /* array of hash tables for strings and udata */ 72 stringtable *string_root; /* array of hash tables for strings and udata */
73 struct IM *IMtable; /* table for tag methods */ 73 struct IM *IMtable; /* table for tag methods */
74 int IMtable_size; /* size of IMtable */
75 int last_tag; /* last used tag in IMtable */ 74 int last_tag; /* last used tag in IMtable */
76 struct ref *refArray; /* locked objects */ 75 struct ref *refArray; /* locked objects */
77 int refSize; /* size of refArray */ 76 int refSize; /* size of refArray */