diff -r fd6e191f3268 -r 8fdd8d78c14b src/cx/string.h --- a/src/cx/string.h Sat Oct 12 19:41:04 2024 +0200 +++ b/src/cx/string.h Sun Oct 13 14:06:32 2024 +0200 @@ -42,7 +42,7 @@ /** * The maximum length of the "needle" in cx_strstr() that can use SBO. */ -extern unsigned const cx_strstr_sbo_size; +extern const unsigned cx_strstr_sbo_size; /** * The UCX string structure.