From 4b5e4cd1f21582f5e5fa682ab4e4bff252963468 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 29 Nov 2024 12:55:14 -0500 Subject: Change how types handle metamethods --- stdlib/shell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/shell.c') diff --git a/stdlib/shell.c b/stdlib/shell.c index ec78f5e7..4a48f5c2 100644 --- a/stdlib/shell.c +++ b/stdlib/shell.c @@ -141,6 +141,7 @@ public const TypeInfo_t Shell$info = { .align=__alignof__(Shell_t), .tag=TextInfo, .TextInfo={.lang="Shell"}, + .metamethods=Text$metamethods, }; // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3