This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
assert_(...)
authorFather Chrysostomos <sprout@cpan.org>
Mon, 6 Aug 2012 00:22:29 +0000 (17:22 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 6 Aug 2012 05:27:04 +0000 (22:27 -0700)
commitc77244152327e2223e55144a463094790d835933
tree33363317bab89d55fe54551e0ed22090053cbd67
parentb166eea9cd004d916f7322015c1c4337c549ac08
assert_(...)

This new macro expands to ‘assert(...),’ (with a trailing comma) under
debugging builds; the empty string otherwise.

It allows for the removal of some #ifdef DEBUGGINGs, which could not be
avoided otherwise.
cop.h
op.h
perl.h
sv.h