summaryrefslogtreecommitdiff
path: root/lang/kaffe/patches/patch-aa
blob: 5ffe5191640f675872d0709ea344e894b294e208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-aa,v 1.12 2003/09/22 03:04:17 jschauma Exp $

--- configure.orig	2003-08-03 19:15:52.000000000 -0400
+++ configure	2003-09-21 18:22:14.000000000 -0400
@@ -22916,11 +22916,11 @@
 #endif
 /* 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 __mpz_get_d ();
 int
 main ()
 {
-mpz_get_d ();
+__mpz_get_d ();
   ;
   return 0;
 }