- FIX: DOS newlines are now also accepted.
This commit is contained in:
parent
08f590f73d
commit
5276630007
@ -35,7 +35,7 @@ int mylineno = 0;
|
||||
|
||||
comment1 "//".*
|
||||
comment2 "#".*
|
||||
delimiter [ \t\n]
|
||||
delimiter [ \t\r\n]
|
||||
whitespace {delimiter}+
|
||||
uc_letter [A-Z]
|
||||
lc_letter [a-z]
|
||||
|
Loading…
Reference in New Issue
Block a user