aboutsummaryrefslogtreecommitdiff
path: root/src/3rdParty/lua/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdParty/lua/lobject.h')
-rw-r--r--src/3rdParty/lua/lobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdParty/lua/lobject.h b/src/3rdParty/lua/lobject.h
index a1b4554..0e05b3e 100644
--- a/src/3rdParty/lua/lobject.h
+++ b/src/3rdParty/lua/lobject.h
@@ -68,7 +68,7 @@ typedef struct TValue {
68 68
69 69
70#define val_(o) ((o)->value_) 70#define val_(o) ((o)->value_)
71#define valraw(o) (&val_(o)) 71#define valraw(o) (val_(o))
72 72
73 73
74/* raw type tag of a TValue */ 74/* raw type tag of a TValue */