diff options
Diffstat (limited to 'Tests/Fortran/myc.c')
-rw-r--r-- | Tests/Fortran/myc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Fortran/myc.c b/Tests/Fortran/myc.c index efd9b68..1a4d5a4 100644 --- a/Tests/Fortran/myc.c +++ b/Tests/Fortran/myc.c @@ -1,6 +1,6 @@ #include "foo.h" -extern F_test_mod_sub(void); -extern F_mysub(void); +extern void F_test_mod_sub(void); +extern void F_mysub(void); int myc(void) { F_mysub(); |