This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #123502] isnan identifier can't be used as a var
authorDaniel Dragan <bulk88@hotmail.com>
Fri, 26 Dec 2014 05:34:03 +0000 (00:34 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 26 Dec 2014 14:58:42 +0000 (06:58 -0800)
commit2b9215fdb83c97496b82d0c73d4903097a8ed66b
treebf4fb126c9136bf2c2f368e82e2dcdd8635ff61e
parent05623e6a9556ae730ad6e1961a9b0e4d675e7a9a
[perl #123502] isnan identifier can't be used as a var

        cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONS
OLE -DNO_STRICT -DPERLDLL -DPERL_CORE -O1 -MD -Zi -DNDEBUG -G7 -GL -DPERL_EXTE
RNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\pp_sys.obj ..\pp_sys.c
pp_sys.c
..\pp_sys.c(4610) : error C2063: '_isnan' : not a function
NMAKE : fatal error U1077: 'cl' : return code '0x2'

See RT ticket for details.
pp_sys.c