- FIX: DOS newlines are now also accepted.

This commit is contained in:
ccremers 2005-11-28 08:27:05 +00:00
parent 08f590f73d
commit 5276630007

View File

@ -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]