aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstate.h b/lstate.h
index 684c40b4..c7528824 100644
--- a/lstate.h
+++ b/lstate.h
@@ -53,8 +53,8 @@ struct lua_longjmp; /* defined in ldo.c */
53** reserve init of stack to store some global values 53** reserve init of stack to store some global values
54*/ 54*/
55 55
56/* default event table (both for tables and udata) */ 56/* default meta table (both for tables and udata) */
57#define defaultet(L) (L->stack) 57#define defaultmeta(L) (L->stack)
58 58
59/* table of globals */ 59/* table of globals */
60#define gt(L) (L->stack + 1) 60#define gt(L) (L->stack + 1)