summaryrefslogtreecommitdiff
path: root/Modules/FortranCInterface/mymodule_.c
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-08-05 16:55:57 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2009-08-05 16:55:57 -0400
commit71287734a9344e130721502e6342ef0afb0554a4 (patch)
treed78f15673b82675ca0add5f1ee49e68b8fd62c47 /Modules/FortranCInterface/mymodule_.c
parent6e54b18b5d46a43a19c5f4e479f7ff3dc49445ac (diff)
downloadcmake-71287734a9344e130721502e6342ef0afb0554a4.tar.gz
Teach FortranC interface for Intel, PGI, and gcc 4.2
Diffstat (limited to 'Modules/FortranCInterface/mymodule_.c')
-rw-r--r--Modules/FortranCInterface/mymodule_.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FortranCInterface/mymodule_.c b/Modules/FortranCInterface/mymodule_.c
new file mode 100644
index 0000000000..68550b296d
--- /dev/null
+++ b/Modules/FortranCInterface/mymodule_.c
@@ -0,0 +1 @@
+void mymodule_(void){}