mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
stage1: let \r\n slide
This commit is contained in:
parent
60ea87340e
commit
56c81c713f
@ -17,6 +17,7 @@
|
||||
|
||||
#define WHITESPACE \
|
||||
' ': \
|
||||
case '\r': \
|
||||
case '\n'
|
||||
|
||||
#define DIGIT_NON_ZERO \
|
||||
|
Loading…
Reference in New Issue
Block a user