summaryrefslogtreecommitdiff
path: root/upb/bindings/lua/def.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb/bindings/lua/def.c')
-rw-r--r--upb/bindings/lua/def.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/bindings/lua/def.c b/upb/bindings/lua/def.c
index c2df140..638abb6 100644
--- a/upb/bindings/lua/def.c
+++ b/upb/bindings/lua/def.c
@@ -720,6 +720,7 @@ static const struct luaL_Reg lupb_oneofdef_m[] = {
};
static const struct luaL_Reg lupb_oneofdef_mm[] = {
+ {"__gc", lupb_refcounted_gc},
{"__len", lupb_oneofdef_len},
{NULL, NULL}
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback