Change PL_use_safe_putenv from int to bool.
authorNicholas Clark <nick@ccl4.org>
Mon, 2 May 2011 16:51:11 +0000 (17:51 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 12 Jun 2011 14:15:22 +0000 (16:15 +0200)
commit8bf206230526c0a7639d6ffe1a763ac4e70153a0
tree10cd981a9f4512590acae96315636b6cff82c8c9
parentaf2f0da9b8621f5cc241f5664bcecd0fbd8865b2
Change PL_use_safe_putenv from int to bool.

It is only ever checked for truth/falsehood, and all assignments to it (in core
and on CPAN) are either 0 or 1.
miniperlmain.c
perlvars.h