]> git.eshelyaron.com Git - emacs.git/commit
Rename all exported itree.h functions with the itree_ prefix
authorMatt Armstrong <matt@rfc20.org>
Wed, 19 Oct 2022 23:16:09 +0000 (16:16 -0700)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Oct 2022 01:35:09 +0000 (21:35 -0400)
commit37a1145410f7d61883ea689255ee7e564c2fb3d0
treeea0d6e7eb8aab331e78fe67db3bdc9e426a93572
parentf421b58db5d34f45773a73c699b4b1a5a5b9da03
Rename all exported itree.h functions with the itree_ prefix

For the most part, I replaced the interval_tree_ prefix with itree_,
interval_node_ with itree_node_, etc.

* src/alloc.c: Rename everywhere as appropriate.
* src/alloc.c: ditto.
* src/buffer.c: ditto.
* src/buffer.h: ditto.
* src/itree.c: ditto.
* src/itree.h: ditto.
src/alloc.c
src/buffer.c
src/buffer.h
src/itree.c
src/itree.h