mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
daba2eb22d
Co-authored-by: Stig <git@stig.io>
13 lines
353 B
Diff
13 lines
353 B
Diff
diff --git a/Makefile.PL b/Makefile.PL
|
|
index eaf47e0..32766d7 100644
|
|
--- a/Makefile.PL
|
|
+++ b/Makefile.PL
|
|
@@ -146,7 +146,7 @@ extern "C"
|
|
/* 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
|