diff -r 26500fc24058 -r e06249e09f99 src/string.c --- a/src/string.c Sun Jan 14 13:13:12 2024 +0100 +++ b/src/string.c Sun Jan 14 13:50:17 2024 +0100 @@ -236,6 +236,7 @@ #ifndef CX_STRSTR_SBO_SIZE #define CX_STRSTR_SBO_SIZE 512 #endif +unsigned const cx_strstr_sbo_size = CX_STRSTR_SBO_SIZE; cxstring cx_strstr( cxstring haystack,