Add support for dos-style files

llvm-svn: 13837
This commit is contained in:
Chris Lattner 2004-05-27 17:49:14 +00:00
parent 023eb7484f
commit a7e4eba812

View File

@ -314,7 +314,7 @@ getelementptr { RET_TOK(MemOpVal, GetElementPtr, GETELEMENTPTR); }
return EOF;
}
[ \t\n] { /* Ignore whitespace */ }
[ \r\t\n] { /* Ignore whitespace */ }
. { return yytext[0]; }
%%