diff options
Diffstat (limited to 'Source/cmFortranParser.h')
-rw-r--r-- | Source/cmFortranParser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmFortranParser.h b/Source/cmFortranParser.h index 3fbf552..0762340 100644 --- a/Source/cmFortranParser.h +++ b/Source/cmFortranParser.h @@ -131,6 +131,8 @@ struct cmFortranFile struct cmFortranCompiler { std::string Id; + std::string SModSep; + std::string SModExt; }; struct cmFortranParser_s |