Add support for dos-style files

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-05-27 17:49:14 +00:00
parent 36c5757abf
commit a0846a3fa7

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]; }
%%