]> git.eshelyaron.com Git - emacs.git/commit
Fix manual noverlay tests (again)
authorBasil L. Contovounesios <contovob@tcd.ie>
Fri, 25 Nov 2022 21:50:08 +0000 (22:50 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 11 Dec 2022 14:44:05 +0000 (14:44 +0000)
commit0e5d059a2b18423be674c4fa2214c76fe06ad00c
treedb49550bef246dc43f850d41d12f6fe869055f4e
parent85108d541217f0333860c4f86c3b16b4349f85a4
Fix manual noverlay tests (again)

* src/itree.c (itree_iterator_start): Fix docstring typo.
* test/manual/noverlay/itree-tests.c: Stop defining unused
ITREE_DEBUG.  Replace removed names and APIs with current ones,
e.g. interval_tree_init is now called itree_init, and
itree_iterator_finish no longer exists.  Ensure preconditions of
itree API are satisfied before use, e.g. by zero-initializing
instances of itree_node before inserting them into a tree.
src/itree.c
test/manual/noverlay/itree-tests.c