From 630f910563b6f27dd34a4a0496a43d32539eadcb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 15 Nov 2025 14:33:15 -0500 Subject: Incremental fixes --- src/stdlib/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdlib/text.h') diff --git a/src/stdlib/text.h b/src/stdlib/text.h index 2046d667..37ed056a 100644 --- a/src/stdlib/text.h +++ b/src/stdlib/text.h @@ -44,7 +44,7 @@ static inline Text_t Text_from_text(Text_t t) { return t; } int16_t: Int16$value_as_text, \ int32_t: Int32$value_as_text, \ int64_t: Int64$value_as_text, \ - double: Float64$value_as_text, \ + double: Float64$value_as_text, \ float: Float32$value_as_text)(x) Text_t Text$_concat(int n, Text_t items[n]); -- cgit v1.2.3