]> git.notmuchmail.org Git - notmuch/commit
date.c: Remove occurrences of gboolean.
authorCarl Worth <cworth@cworth.org>
Mon, 19 Oct 2009 20:11:57 +0000 (13:11 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 19 Oct 2009 20:11:57 +0000 (13:11 -0700)
commitc777524834a805476d0dce81b42342dca4702893
treeaa67a13e9e4cc3be8d179b9564363b60a2e42f53
parentdbadca9a63ce9e97dc2d80fb0fee7ba2f8640316
date.c: Remove occurrences of gboolean.

While this is surely one of the most innocent typedefs, it still
annoys me to have basic types like 'int' re-defined like this.
It just makes it harder to copy the code between projects, with
very little benefit in readability.

For readability, predicate functions and variables should be
obviously Boolean-natured by their actual *names*.
date.c