From a7bbbe9584f6e4cd35c9a78e8f83b458ddd8f914 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 27 Feb 2024 13:47:29 -0500 Subject: Const typeinfos --- builtins/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtins/string.c') diff --git a/builtins/string.c b/builtins/string.c index 91ef5ff7..c8aaf90d 100644 --- a/builtins/string.c +++ b/builtins/string.c @@ -254,7 +254,7 @@ public CORD Str__join(CORD glue, Str_Array_t pieces) return ret; } -public TypeInfo Str = { +public const TypeInfo Str = { .size=sizeof(CORD), .align=__alignof__(CORD), .tag=CustomInfo, -- cgit v1.2.3