src/cx/array_list.h

changeset 926
8fdd8d78c14b
parent 891
49d8cff6f0ee
--- a/src/cx/array_list.h	Sat Oct 12 19:41:04 2024 +0200
+++ b/src/cx/array_list.h	Sun Oct 13 14:06:32 2024 +0200
@@ -47,7 +47,7 @@
 /**
  * The maximum item size in an array list that fits into stack buffer when swapped.
  */
-extern unsigned cx_array_swap_sbo_size;
+extern const unsigned cx_array_swap_sbo_size;
 
 /**
  * Declares variables for an array that can be used with the convenience macros.

mercurial