mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
451 B
C
14 lines
451 B
C
$NetBSD: patch-src_headers_paridecl.h,v 1.1 2015/01/23 15:07:53 joerg Exp $
|
|
|
|
--- src/headers/paridecl.h.orig 2015-01-22 19:57:35.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);
|
|
GEN strtoGENstr(const char *s);
|
|
-GEN strtoi(char *s);
|
|
+GEN pari_strtoi(char *s);
|
|
GEN strtor(char *s, long prec);
|
|
GEN type0(GEN x);
|
|
|