Fix bug which causes inf loop on \r\n

This commit is contained in:
Bob Weinand 2014-10-08 00:14:31 +02:00
parent 4b3a11debb
commit eabcdb2eb2
2 changed files with 681 additions and 613 deletions

File diff suppressed because it is too large Load Diff

View File

@ -65,7 +65,7 @@ INPUT [^\n\000]+
<!*> := yyleng = (size_t) YYCURSOR - (size_t) yytext;
<*>[\n\000] {
<*>{WS}?[\n\000] {
return 0;
}