diff options
| author | ame <[email protected]> | 2026-02-02 03:23:21 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2026-02-02 03:23:21 -0600 |
| commit | 2f81ec62dd0690cf03d7386d8f1e828388ba7e58 (patch) | |
| tree | 9ffaedc81fa1c66113fb7c34986be127e7e96ba9 /src/lua.h | |
| parent | 24098695eb033bc62c2301a6b5ec76feeddfcfed (diff) | |
cleanliness and recursive upvalues
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
|
