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

@@ -0,0 +1,13 @@
$NetBSD: patch-src_language_parsec.h,v 1.1 2016/03/03 13:28:22 wiz Exp $
--- src/language/parsec.h.orig 2014-07-30 13:38:47.000000000 +0000
+++ src/language/parsec.h
@@ -203,7 +203,7 @@ newintnode(struct node_loc *loc)
if (loc->end-loc->start<=(long)(1+LOG10_2*BITS_IN_LONG))
{
pari_sp ltop=avma;
- GEN g=strtoi(loc->start);
+ GEN g=pari_strtoi(loc->start);
long s;
avma=ltop;
if (signe(g)==0) return newnode(Fsmall,0,-1,loc);