diff -r fd6e191f3268 -r 8fdd8d78c14b src/string.c --- a/src/string.c Sat Oct 12 19:41:04 2024 +0200 +++ b/src/string.c Sun Oct 13 14:06:32 2024 +0200 @@ -236,7 +236,7 @@ #ifndef CX_STRSTR_SBO_SIZE #define CX_STRSTR_SBO_SIZE 512 #endif -unsigned const cx_strstr_sbo_size = CX_STRSTR_SBO_SIZE; +const unsigned cx_strstr_sbo_size = CX_STRSTR_SBO_SIZE; cxstring cx_strstr( cxstring haystack,