In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e7dd2f3ff42856abc2071ce79561be92ca26c61d?hp=2bf3fd6f1717d4ad025e9e2c4b0a3d54db9d9cee>

- Log -----------------------------------------------------------------
commit e7dd2f3ff42856abc2071ce79561be92ca26c61d
Author: Jarkko Hietaniemi <[email protected]>
Date:   Tue Sep 2 21:37:45 2014 -0400

    POSIX math: nan(NULL) leads to...
    
    Thou shalt not follow the NULL pointer,
    for chaos and madness await thee at its end.
-----------------------------------------------------------------------

Summary of changes:
 ext/POSIX/POSIX.xs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs
index 3708b3e..24bd07e 100644
--- a/ext/POSIX/POSIX.xs
+++ b/ext/POSIX/POSIX.xs
@@ -2348,7 +2348,7 @@ fma(x,y,z)
        RETVAL
 
 NV
-nan(s = 0)
+nan(s = "0")
        char*   s;
     CODE:
 #ifdef c99_nan

--
Perl5 Master Repository

Reply via email to