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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtins/string.h') diff --git a/builtins/string.h b/builtins/string.h index 278a2f9c..a4bb6f2b 100644 --- a/builtins/string.h +++ b/builtins/string.h @@ -39,6 +39,6 @@ CORD Str__replace(CORD text, CORD pat, CORD replacement, int64_t limit); Str_Array_t Str__split(CORD str, CORD split); CORD Str__join(CORD glue, Str_Array_t pieces); -extern TypeInfo Str; +extern const TypeInfo Str; // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3