diff options
Diffstat (limited to 'Source/cmDependsFortranLexer.in.l')
-rw-r--r-- | Source/cmDependsFortranLexer.in.l | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmDependsFortranLexer.in.l b/Source/cmDependsFortranLexer.in.l index 45c07b6..8cbec27 100644 --- a/Source/cmDependsFortranLexer.in.l +++ b/Source/cmDependsFortranLexer.in.l @@ -147,6 +147,10 @@ $[ \t]*endif { return F90PPR_ENDIF; } &([ \t\n]*|!.*)* &([ \t\n]*|!.*)*& +, { return COMMA; } + +:: { return DCOLON; } + <fixed_fmt>\n[ ]{5}[^ ] { return GARBAGE; } =|=> { return ASSIGNMENT_OP; } |