This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
authorNicholas Clark <nick@ccl4.org>
Sat, 28 Jan 2006 13:38:28 +0000 (13:38 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 28 Jan 2006 13:38:28 +0000 (13:38 +0000)
commit4f2da183afece5ce28d1dcdb66d8d931eb0d976a
tree0ac0c94cde46c822be65a07383ae61e30a90a9dd
parentb8473700d76df372cb0ff6b7c4953731e2d985c2
By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
save duplicating mg_find calls, without changing the semantics in any
boolean context.

p4raw-id: //depot/perl@26979
sv.c
sv.h
util.c