diff options
Diffstat (limited to 'Modules/FortranCInterface/Macro.h.in')
-rw-r--r-- | Modules/FortranCInterface/Macro.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/FortranCInterface/Macro.h.in b/Modules/FortranCInterface/Macro.h.in new file mode 100644 index 0000000..d015a62 --- /dev/null +++ b/Modules/FortranCInterface/Macro.h.in @@ -0,0 +1,4 @@ +#ifndef @MACRO_NAMESPACE@HEADER_INCLUDED +#define @MACRO_NAMESPACE@HEADER_INCLUDED +@HEADER_CONTENT@ +#endif |