summaryrefslogtreecommitdiff
path: root/lang/kaffe/patches/patch-aa
blob: 5a7f7d58689b46ba5f61cf8d72eba9915ea80119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.11 2002/07/27 21:26:22 jschauma Exp $

--- configure.orig	Tue Jul 23 17:01:03 2002
+++ configure	Tue Jul 23 17:02:51 2002
@@ -7197,10 +7197,10 @@
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
-char mpz_get_d();
+char __gmpz_get_d();
 
 int main() {
-mpz_get_d()
+__gmpz_get_d()
 ; return 0; }
 EOF
 if { (eval echo configure:7207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then