chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
caef48c
)
utils/t/exc-test.c: Print null pointers in a consistent way.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 14 May 2016 18:31:11 +0000
(19:31 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 16 May 2016 00:32:29 +0000
(
01:32
+0100)
Cygwin prints `0x0' instead of `(nil)'. Fortunately, this is the only
pointer value we can reliably check for, so handle this ourselves.
No differences found