diff -r 22257f6d06a3 -r bc782cca0759 ucx/string.c --- a/ucx/string.c Thu May 23 23:19:06 2024 +0200 +++ b/ucx/string.c Thu May 23 23:23:36 2024 +0200 @@ -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,