From: Mark Wooding Date: Sat, 14 May 2016 18:31:11 +0000 (+0100) Subject: utils/t/exc-test.c: Print null pointers in a consistent way. X-Git-Tag: 2.2.3~4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/caef48c75718f52b35665bb80306f8d0ee2e6204?ds=inline;hp=caef48c75718f52b35665bb80306f8d0ee2e6204 utils/t/exc-test.c: Print null pointers in a consistent way. Cygwin prints `0x0' instead of `(nil)'. Fortunately, this is the only pointer value we can reliably check for, so handle this ourselves. ---