src/cx/linked_list.h

changeset 407
b447539ec255
parent 406
9cbea761fbf7
child 409
5d167af0eadb
     1.1 --- a/src/cx/linked_list.h	Mon Feb 08 00:14:07 2021 +0100
     1.2 +++ b/src/cx/linked_list.h	Mon Feb 08 00:18:09 2021 +0100
     1.3 @@ -39,8 +39,7 @@
     1.4  extern cx_list_class cx_linked_list_class;
     1.5  
     1.6  typedef struct {
     1.7 -    void **begin;
     1.8 -    void **end;
     1.9 +    void *begin;
    1.10      ptrdiff_t loc_prev;
    1.11      ptrdiff_t loc_next;
    1.12      size_t item_size;

mercurial