mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 04:31:17 +00:00
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:
parent
36c5757abf
commit
a0846a3fa7
@ -314,7 +314,7 @@ getelementptr { RET_TOK(MemOpVal, GetElementPtr, GETELEMENTPTR); }
|
||||
return EOF;
|
||||
}
|
||||
|
||||
[ \t\n] { /* Ignore whitespace */ }
|
||||
[ \r\t\n] { /* Ignore whitespace */ }
|
||||
. { return yytext[0]; }
|
||||
|
||||
%%
|
||||
|
Loading…
x
Reference in New Issue
Block a user