mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
ENH: revert change in parser as it sent the parser into an infinite loop
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user