src/array_list.c

changeset 643
5700ba9154ab
parent 641
d402fead3386
child 647
2e6e9d9f2159
child 650
77021e06b1a8
     1.1 --- a/src/array_list.c	Wed Feb 01 17:14:17 2023 +0100
     1.2 +++ b/src/array_list.c	Wed Feb 01 18:06:50 2023 +0100
     1.3 @@ -103,7 +103,9 @@
     1.4      return CX_ARRAY_COPY_SUCCESS;
     1.5  }
     1.6  
     1.7 +#ifndef CX_ARRAY_SWAP_SBO_SIZE
     1.8  #define CX_ARRAY_SWAP_SBO_SIZE 512
     1.9 +#endif
    1.10  
    1.11  void cx_array_swap(
    1.12          void *arr,

mercurial