summaryrefslogtreecommitdiffstats
path: root/Modules/FortranCInterface/mymodule_.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FortranCInterface/mymodule_.c')
-rw-r--r--Modules/FortranCInterface/mymodule_.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/FortranCInterface/mymodule_.c b/Modules/FortranCInterface/mymodule_.c
index b5feda6..5270605 100644
--- a/Modules/FortranCInterface/mymodule_.c
+++ b/Modules/FortranCInterface/mymodule_.c
@@ -1,8 +1 @@
-#if defined(__PATHSCALE__)
-/* PathScale Fortran wants mymodule_ when calling any mymodule symbol,
- but module symbols use '.in.' so we cannot provide them anyway. */
-void pathscale_mymodule_(void) {}
-#else
-/* PGI Fortran wants mymodule_ when calling any mymodule symbol. */
void mymodule_(void) {}
-#endif