aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Tty/files/patch-Makefile.PL
blob: a8901338a67e10ccf70d453fcec909f650928d27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.PL.orig	2021-01-22 08:02:35 UTC
+++ Makefile.PL
@@ -146,7 +146,7 @@ char $f ();
 /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
 char $f ();
-char (*f) ();
+char f;
 
 #ifdef F77_DUMMY_MAIN
 #  ifdef __cplusplus