blob: 6695413447241a4cbfcf20169c98d0b2b2494671 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- configure.orig Sat Jun 18 00:47:36 2005
+++ configure Sat Jun 18 00:48:09 2005
@@ -7172,11 +7172,9 @@
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char bfd_get_error ();
int
main ()
{
-bfd_get_error ();
;
return 0;
}
|