]> git.eshelyaron.com Git - emacs.git/commit
Use a bool instead of a bitfield
authorMatt Armstrong <matt@rfc20.org>
Thu, 6 Oct 2022 20:18:46 +0000 (13:18 -0700)
committerMatt Armstrong <matt@rfc20.org>
Fri, 7 Oct 2022 16:38:49 +0000 (09:38 -0700)
commitc0d5026321e5f5c5cfbf012f06d91fdead01eae4
treeea6571f8ef782d91517ba30a5c0f35122c5f50d8
parentcab3b67652da1d82a854e7d2007d080e2a3c6605
Use a bool instead of a bitfield

* src/itree.c (struct interval_generator): use a bool instead of a
bitfield, since space is not an issue.
src/itree.c