src: deduplicate CHECK_EQ/CHECK_NE macros
authorBen Noordhuis <info@bnoordhuis.nl>
Sat, 15 Mar 2014 00:23:47 +0000 (01:23 +0100)
committerFedor Indutny <fedor.indutny@gmail.com>
Sun, 16 Mar 2014 12:15:33 +0000 (16:15 +0400)
commit8eb76075cf5f812249c343fa26eb299d59f63fa0
tree0b0907be880ca8637acb2f758e34d88a5abd63c4
parentf6ea0c203aa08c4817c7739461f8e7015d390279
src: deduplicate CHECK_EQ/CHECK_NE macros

DRY the macros, there is no need to define them twice depending on
whether NDEBUG is defined or not.
src/util.h