1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Add support for dos-style files

llvm-svn: 13840
This commit is contained in:
Chris Lattner 2004-05-27 18:28:32 +00:00
parent 736ca634a7
commit f17022077d

View File

@ -71,7 +71,7 @@ Comment1 [#].*$
/* You can also embed them in ( ... ) */
Comment2 \(.*\)
/* We ignore white space */
White [ \t\n]
White [ \t\r\n]
/* jdentifiers start with a % sign */
Identifier [A-Za-z][-A-Za-z0-9_]*