diff options
Diffstat (limited to 'scripts/dtc/dtc-lexer.l')
-rw-r--r-- | scripts/dtc/dtc-lexer.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l index 254d5af88956..3b41bfca636c 100644 --- a/scripts/dtc/dtc-lexer.l +++ b/scripts/dtc/dtc-lexer.l | |||
@@ -71,7 +71,7 @@ static int pop_input_file(void); | |||
71 | push_input_file(name); | 71 | push_input_file(name); |
72 | } | 72 | } |
73 | 73 | ||
74 | <*>^"#"(line)?{WS}+[0-9]+{WS}+{STRING}({WS}+[0-9]+)? { | 74 | <*>^"#"(line)?[ \t]+[0-9]+[ \t]+{STRING}([ \t]+[0-9]+)? { |
75 | char *line, *tmp, *fn; | 75 | char *line, *tmp, *fn; |
76 | /* skip text before line # */ | 76 | /* skip text before line # */ |
77 | line = yytext; | 77 | line = yytext; |