diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-08-15 14:56:00 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-08-15 14:56:00 (GMT) |
commit | 7169980b59c16370fa5abec8159afc5cc84a96cd (patch) | |
tree | fce175360282337660277b53e5504d4aade386b9 /Source/cmDependsFortranLexer.in.l | |
parent | 006a8522cab9c98c9db95a184935ab248f22c99e (diff) | |
download | CMake-7169980b59c16370fa5abec8159afc5cc84a96cd.zip CMake-7169980b59c16370fa5abec8159afc5cc84a96cd.tar.gz CMake-7169980b59c16370fa5abec8159afc5cc84a96cd.tar.bz2 |
ENH: change comment for fortran depend parsing
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; } |