mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tools: Recognize backslashes in Kconfigs with CR+LF line endings
This commit is contained in:
parent
d7a7a6835b
commit
d1dd3ab0d3
@ -151,7 +151,7 @@ n [A-Za-z0-9_-]
|
||||
return T_WORD;
|
||||
}
|
||||
#.* /* comment */
|
||||
\\\n current_file->lineno++;
|
||||
\\\r?\n current_file->lineno++;
|
||||
[[:blank:]]+
|
||||
. warn_ignored_character(*yytext);
|
||||
<<EOF>> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user