This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix the PEEK_INFNAN (wrong macro arg name).
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 22 Aug 2014 18:52:46 +0000 (14:52 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 22 Aug 2014 19:18:49 +0000 (15:18 -0400)
commit9ff909cfc2bd7949d8ac29824e865f43be5c444c
tree0a4acc5e33b5a1370d158751d040068f1e26cc98
parent1b9a108c3fb045814d05d8ad470bbbceec7c8543
Fix the PEEK_INFNAN (wrong macro arg name).

Also rename as INFNAN_PEEK, to match HEXFP_PEEK.

Add "send" pointer to INFNAN_PEEK to guard againt past-the-buffer peeking.

HEXFP_PEEK doesn't easily lend itself to "send" pointer
because of it's calling environment doesn't have one.
numeric.c
toke.c