c23.patch 459 B

12345678910111213
  1. diff --git a/configure b/configure
  2. index 3782fa43..79aeac9e 100644
  3. --- a/configure
  4. +++ b/configure
  5. @@ -6568,7 +6568,7 @@ if test "$gmp_prog_cc_works" = yes; then
  6. #if defined (__GNUC__) && ! defined (__cplusplus)
  7. typedef unsigned long long t1;typedef t1*t2;
  8. -void g(){}
  9. +void g(int,t1 const*,t1,t2,t1 const*,int){}
  10. void h(){}
  11. static __inline__ t1 e(t2 rp,t2 up,int n,t1 v0)
  12. {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;}