ENH: revert change in parser as it sent the parser into an infinite loop

This commit is contained in:
Bill Hoffman
2006-08-16 14:22:40 -04:00
parent 93f8880ca1
commit 11d18d65dc
3 changed files with 244 additions and 178 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ Modify cmDependsFortranLexer.h:
}
!.*\n { return EOSTMT; } /* Treat comments like */
^[cC*].*\n { return EOSTMT; } /* empty lines */
<fixed_fmt>^[cC*dD].*\n { return EOSTMT; } /* empty lines */
#[ \t]*include { return CPP_INCLUDE; }
\$[ \t]*include { return F90PPR_INCLUDE; }