aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
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