[libmath-prime-util-perl] 05/05: Add float.h to includes

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Thu May 21 18:52:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

ppm-guest pushed a commit to annotated tag v0.39
in repository libmath-prime-util-perl.

commit c3799742571dedf0b13dd85f0a81ca55ccc74f56
Author: Dana Jacobsen <dana at acm.org>
Date:   Sat Mar 1 20:01:33 2014 -0800

    Add float.h to includes
---
 Changes | 2 ++
 util.c  | 1 +
 2 files changed, 3 insertions(+)

diff --git a/Changes b/Changes
index 676eeb9..d0fbc11 100644
--- a/Changes
+++ b/Changes
@@ -7,6 +7,8 @@ Revision history for Perl module Math::Prime::Util
     - Make sure we don't use Math::BigInt::Pari in threading tests.
       threads + Math::Pari = segfault on UNIX and Windows.
 
+    - Various minor changes trying to guess what ActiveState is doing.
+
 
 0.38  2014-02-28
 
diff --git a/util.c b/util.c
index 5b125c1..b5374c9 100644
--- a/util.c
+++ b/util.c
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <float.h>
 #include <math.h>
 
 /* Use long double to get a little more precision when we're calculating the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git



More information about the Pkg-perl-cvs-commits mailing list