diff options
Diffstat (limited to 'Source/cmDependsFortranLexer.in.l')
-rw-r--r-- | Source/cmDependsFortranLexer.in.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsFortranLexer.in.l b/Source/cmDependsFortranLexer.in.l index 8326eae..1ee8531 100644 --- a/Source/cmDependsFortranLexer.in.l +++ b/Source/cmDependsFortranLexer.in.l @@ -105,7 +105,7 @@ Modify cmDependsFortranLexer.h: } !.*\n { return EOSTMT; } /* Treat comments like */ -<fixed_fmt>^[cC*dD].*\n { return EOSTMT; } /* empty lines */ +^[cC*].*\n { return EOSTMT; } /* empty lines */ #[ \t]*include { return CPP_INCLUDE; } \$[ \t]*include { return F90PPR_INCLUDE; } |