diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.h,v 2.144 2018/06/01 17:40:38 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 2.145 2018/06/15 14:14:20 roberto Exp roberto $ |
3 | ** Type definitions for Lua objects | 3 | ** Type definitions for Lua objects |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -144,9 +144,6 @@ typedef StackValue *StkId; /* index to stack elements */ | |||
144 | #define ttisstrictnil(o) checktag((o), LUA_TNIL) | 144 | #define ttisstrictnil(o) checktag((o), LUA_TNIL) |
145 | 145 | ||
146 | 146 | ||
147 | /* macro defining a nil value */ | ||
148 | #define NILCONSTANT {NULL}, LUA_TNIL | ||
149 | |||
150 | #define setnilvalue(obj) settt_(obj, LUA_TNIL) | 147 | #define setnilvalue(obj) settt_(obj, LUA_TNIL) |
151 | 148 | ||
152 | 149 | ||