op.c:cv_ckproto_len_flags: do null checks first
authorFather Chrysostomos <sprout@cpan.org>
Fri, 28 Jun 2013 07:09:02 +0000 (00:09 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 28 Jun 2013 07:09:02 +0000 (00:09 -0700)
commit38d27505c65e77f92cb8e231db1ac56a3dee8f57
tree48f6f91b804668aed8701b4243f63150ab44b697
parentb17a067929304f6d2e8d21b1afec3c13df924d29
op.c:cv_ckproto_len_flags: do null checks first

Checking local variables for nullness is faster than calling ckWARN_d,
which involves a function call.
op.c