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

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

commit 6866e90ce8516b9be7ff45d5f8b9b65380bc3bc2
Author: Dana Jacobsen <d...@acm.org>
Date:   Tue Nov 19 19:51:51 2013 -0800

    Wrap large constant in UVCONST
---
 lehmer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lehmer.c b/lehmer.c
index 0d9501c..47657f0 100644
--- a/lehmer.c
+++ b/lehmer.c
@@ -878,7 +878,7 @@ UV _XS_LMO_pi(UV n)
     for (j = k; j <= n13; j += k)
       mu[j] = 0;
   }
-  lpf[1] = 4294967295;  /* Set lpf[1] to max */
+  lpf[1] = UVCONST(4294967295);  /* Set lpf[1] to max */
 
   /* Remove mu[i] == 0 using lpf */
   for (i = 1; i <= n13; i++)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to