summaryrefslogtreecommitdiffstats
path: root/usr.bin/iscsictl/token.l
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/iscsictl/token.l')
-rw-r--r--usr.bin/iscsictl/token.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/iscsictl/token.l b/usr.bin/iscsictl/token.l
index 4866c13..06af167 100644
--- a/usr.bin/iscsictl/token.l
+++ b/usr.bin/iscsictl/token.l
@@ -90,6 +90,7 @@ chapDigest { return IGNORED; }
= { return EQUALS; }
; { return SEMICOLON; }
#.*$ /* ignore comments */;
+\r\n { lineno++; }
\n { lineno++; }
[ \t]+ /* ignore whitespace */;
. { yylval.str = strdup(yytext); return STR; }
OpenPOWER on IntegriCloud