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/bools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/bools.h') diff --git a/stdlib/bools.h b/stdlib/bools.h index 7dec5711..c1b344b8 100644 --- a/stdlib/bools.h +++ b/stdlib/bools.h @@ -13,7 +13,7 @@ #define yes (Bool_t)true #define no (Bool_t)false -PUREFUNC Text_t Bool$as_text(const bool *b, bool colorize, const TypeInfo_t *type); +PUREFUNC Text_t Bool$as_text(const void *b, bool colorize, const TypeInfo_t *type); OptionalBool_t Bool$parse(Text_t text); extern const TypeInfo_t Bool$info; -- cgit v1.2.3