aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
authorame <[email protected]>2025-11-14 02:42:56 -0600
committerame <[email protected]>2025-11-14 02:42:56 -0600
commitc8fdd204a963ea228cf1a718f7fc9587399e6748 (patch)
tree9ad67f54bfffa876b6bceda2395674393986dce8 /src/lua.h
parenta0e9b343216b2062134b86521a74286e10703015 (diff)
luaI_deepcopy strip_gc
Diffstat (limited to 'src/lua.h')
-rw-r--r--src/lua.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua.h b/src/lua.h
index 8fc934c..1ae8820 100644
--- a/src/lua.h
+++ b/src/lua.h
@@ -14,6 +14,7 @@ enum deep_copy_flags {
IS_META = (1 << 2),
SKIP__G = (1 << 3),
SKIP_LOCALS = (1 << 4),
+ STRIP_GC = (1 << 5),
};
#endif