]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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*.


No differences found