diff options
Diffstat (limited to 'src/lua.h')
| -rw-r--r-- | src/lua.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ enum deep_copy_flags { SKIP__G = (1 << 3),
SKIP_LOCALS = (1 << 4),
STRIP_GC = (1 << 5),
+ IS_UPVALUE = (1 << 6),
};
#endif
|
