mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
tools: Recognize backslashes in Kconfigs with CR+LF line endings
This commit is contained in:
@@ -151,7 +151,7 @@ n [A-Za-z0-9_-]
|
|||||||
return T_WORD;
|
return T_WORD;
|
||||||
}
|
}
|
||||||
#.* /* comment */
|
#.* /* comment */
|
||||||
\\\n current_file->lineno++;
|
\\\r?\n current_file->lineno++;
|
||||||
[[:blank:]]+
|
[[:blank:]]+
|
||||||
. warn_ignored_character(*yytext);
|
. warn_ignored_character(*yytext);
|
||||||
<<EOF>> {
|
<<EOF>> {
|
||||||
|
Reference in New Issue
Block a user