--- a/src/cx/tree.h Tue Nov 12 17:34:04 2024 +0100 +++ b/src/cx/tree.h Mon Nov 18 22:05:42 2024 +0100 @@ -264,8 +264,8 @@ */ cx_attr_nonnull void cx_tree_link( - void *restrict parent, - void *restrict node, + void *parent, + void *node, ptrdiff_t loc_parent, ptrdiff_t loc_children, ptrdiff_t loc_last_child,