Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,13 +1,13 @@
$NetBSD: patch-src_headers_paridecl.h,v 1.1 2015/01/23 15:07:53 joerg Exp $
$NetBSD: patch-src_headers_paridecl.h,v 1.2 2016/03/03 13:28:22 wiz Exp $
--- src/headers/paridecl.h.orig 2015-01-22 19:57:35.000000000 +0000
--- src/headers/paridecl.h.orig 2015-05-27 15:40:13.000000000 +0000
+++ src/headers/paridecl.h
@@ -264,7 +264,7 @@ GEN readseq(char *t);
long manage_var(long n, entree *ep);
void name_var(long n, char *s);
@@ -1165,7 +1165,7 @@ GEN* safelistel(GEN x, long l);
GEN* safegcoeff(GEN x, long a, long b);
GEN strntoGENstr(const char *s, long n0);
GEN strtoGENstr(const char *s);
-GEN strtoi(char *s);
+GEN pari_strtoi(char *s);
GEN strtor(char *s, long prec);
-GEN strtoi(const char *s);
+GEN pari_strtoi(const char *s);
GEN strtor(const char *s, long prec);
GEN type0(GEN x);