aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lobject.h b/lobject.h
index b42539cf..169512f8 100644
--- a/lobject.h
+++ b/lobject.h
@@ -256,6 +256,8 @@ typedef union {
256 256
257 257
258#define l_isfalse(o) (ttisfalse(o) || ttisnil(o)) 258#define l_isfalse(o) (ttisfalse(o) || ttisnil(o))
259#define tagisfalse(t) ((t) == LUA_VFALSE || novariant(t) == LUA_TNIL)
260
259 261
260 262
261#define setbfvalue(obj) settt_(obj, LUA_VFALSE) 263#define setbfvalue(obj) settt_(obj, LUA_VFALSE)