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_.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/FortranCInterface/mymodule_.c b/Modules/FortranCInterface/mymodule_.c
index 68550b2..a7152af 100644
--- a/Modules/FortranCInterface/mymodule_.c
+++ b/Modules/FortranCInterface/mymodule_.c
@@ -1 +1,2 @@
-void mymodule_(void){}
+/* PGI Fortran wants mymodule_ when calling any mymodule symbol. */
+void mymodule_(void) {}