]> git.eshelyaron.com Git - emacs.git/commit
Remove the ITREE_NULL macro and use NULL everywhere.
authorMatt Armstrong <matt@rfc20.org>
Wed, 19 Oct 2022 15:41:31 +0000 (08:41 -0700)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Oct 2022 01:34:58 +0000 (21:34 -0400)
commit8159d8b1a71dd59e31060f00b2abe20ad9d1f924
tree1dd51e73936b8348f4708dced0219c650b81968b
parent1c44f6c83d88914cfee159ae021be33851e0112f
Remove the ITREE_NULL macro and use NULL everywhere.

* src/itree.h: Delete the ITREE_NULL macro.
* src/itree.c (check_subtree): Use NULL everywhere.
* src/pdumper.c (dump_buffer): ditto.
src/buffer.h
src/itree.c
src/itree.h
src/pdumper.c