This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add flag to num groks to silence non-portable warnings
authorKarl Williamson <public@khwilliamson.com>
Mon, 16 May 2011 02:52:02 +0000 (20:52 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 3 Jul 2011 20:05:47 +0000 (14:05 -0600)
commit024707869a10c357d61d9dfdfe74a7b386c92e25
tree0e6ea78fbe08ae4b29813cec0d7a255c90aec3ce
parentf1b67122022c4748336f3c81978e179361a149d3
Add flag to num groks to silence non-portable warnings

Unicode inversion lists commonly will contain UV_MAX, which may
trigger these warnings.  Add a flag to suppress them to the numeric
grok functions, which can be set by the code that is dealing with
these lists
numeric.c
perl.h
utf8.c