This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add some cBOOL casts to macros
authorKarl Williamson <public@khwilliamson.com>
Tue, 14 Jan 2014 17:31:09 +0000 (10:31 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 22 Jan 2014 18:45:58 +0000 (11:45 -0700)
commitc8bf5ca7a1b77fe62bf76d50fc01635dcefb91be
treeb50a8ef3592dae56b1e3a4436a59c9c115b76038
parent37a519b2b9e6d87de805b7c3206e6e716e742fba
Add some cBOOL casts to macros

I kept getting burned by these macros returning non-zero instead of a
boolean, as they are used as bool parameters to functions.  So I added
cBOOLs to them.
perl.h
pp.c