In Perl_ckwarn() and Perl_ckwarn_d() disentangle the complex conditionals.
authorNicholas Clark <nick@ccl4.org>
Tue, 13 Oct 2009 10:30:14 +0000 (11:30 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 13 Oct 2009 10:30:14 +0000 (11:30 +0100)
commitad287e37d27b33d67ab22c0c8a7294f1eb467342
tree908ba734d7f993bba674dcb398adc9920149d844
parent2acdbac104deb9113282247f3dbee83c4705a525
In Perl_ckwarn() and Perl_ckwarn_d() disentangle the complex conditionals.

It's much easier to see what is going on, if we use multiple return statements.
util.c