diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-27 13:47:29 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-27 13:47:29 -0500 |
| commit | a7bbbe9584f6e4cd35c9a78e8f83b458ddd8f914 (patch) | |
| tree | ed355fbb759916f4a73be0404137b45c2b751385 /builtins/string.h | |
| parent | 805c26e65a4b96d61b98c984c526f2d3e2789749 (diff) | |
Const typeinfos
Diffstat (limited to 'builtins/string.h')
| -rw-r--r-- | builtins/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
