pkgsrc-wip/kaffe-nox11/patches/patch-aa

18 lines
446 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2003/11/27 22:23:45 poppnk 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;
}