From 849fd423a759edf1b58b548a6148c177a6f8cd71 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 16 Aug 2025 15:26:29 -0400 Subject: Fix further issue with optionals --- src/stdlib/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdlib/types.h') diff --git a/src/stdlib/types.h b/src/stdlib/types.h index 03b397b7..60f1fcfd 100644 --- a/src/stdlib/types.h +++ b/src/stdlib/types.h @@ -94,7 +94,7 @@ Text_t Type$as_text(const void *typeinfo, bool colorize, const TypeInfo_t *type) t value; \ struct { \ char _padding[unpadded_size]; \ - Bool_t is_none:1; \ + Bool_t is_none; \ }; \ }; \ } name -- cgit v1.2.3