]> git.notmuchmail.org Git - notmuch/commitdiff
date.c: Remove all occurrences of g_return_val_if_fail
authorCarl Worth <cworth@cworth.org>
Mon, 19 Oct 2009 20:09:19 +0000 (13:09 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 19 Oct 2009 20:09:19 +0000 (13:09 -0700)
That's got to be one of the hardest macro names to read, ever,
(it's phrased with an implicit negative in the condition,
rather than something simple like "assert").

Plus, it's evil, since it's a macro with a return in it.

And finally, it's actually *longer* than just typing "if"
and "return". So what's the point of this ugly idiom?


No differences found