[arch-commits] Commit in sagemath/trunk (ntl9.patch)

Antonio Rojas arojas at archlinux.org
Fri Jun 5 21:51:56 UTC 2015


    Date: Friday, June 5, 2015 @ 23:51:55
  Author: arojas
Revision: 134876

Revert unintended changes

Modified:
  sagemath/trunk/ntl9.patch

------------+
 ntl9.patch |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: ntl9.patch
===================================================================
--- ntl9.patch	2015-06-05 21:49:13 UTC (rev 134875)
+++ ntl9.patch	2015-06-05 21:51:55 UTC (rev 134876)
@@ -97,7 +97,7 @@
  #ifndef BERNMM_BERN_MODP_H
  #define BERNMM_BERN_MODP_H
  
-+#include <NTL/sp_arith.h>
++#include <NTL/ZZ.h>
  
  namespace bernmm {
  
@@ -147,7 +147,7 @@
  #include <vector>
  #include <cassert>
  #include <climits>
-+#include <NTL/sp_arith.h>
++#include <NTL/ZZ.h>
  
  
  #if ULONG_MAX == 4294967295U



More information about the arch-commits mailing list