Skip to content

Commit b49d404

Browse files

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

patches/gmp.patch

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- gmp-6.3.0/configure 2023-07-29 15:42:22.000000000 +0200
2+
+++ gmp/configure 2025-02-03 22:00:33.567817886 +0100
3+
@@ -6568,7 +6566,7 @@
4+
5+
#if defined (__GNUC__) && ! defined (__cplusplus)
6+
typedef unsigned long long t1;typedef t1*t2;
7+
-void g(){}
8+
+void g(int a,t1 const*b,t1 c,t2 d,t1 const*e,int f){}
9+
void h(){}
10+
static __inline__ t1 e(t2 rp,t2 up,int n,t1 v0)
11+
{t1 c,x,r;int i;if(v0){c=1;for(i=1;i<n;i++){x=up[i];r=x+1;rp[i]=r;}}return c;}

0 commit comments

Comments
 (0)