Lines Matching full:dtc
4 Subject: [PATCH] scripts/dtc: Remove redundant YYLOC global declaration
9 …(.text+0x0): multiple definition of `yylloc'; dtc-lexer.lex.o (symbol from plugin):(.text+0x0): fi…
11 This is because both dtc-lexer as well as dtc-parser define the same
16 dtc-lexer.l:26:16: error: redundant redeclaration of 'yylloc' [-Werror=redundant-decls]
19 In file included from dtc-lexer.l:24:
20 dtc-parser.tab.h:127:16: note: previous declaration of 'yylloc' was here
35 scripts/dtc/dtc-lexer.l | 1 -
38 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l
40 --- a/scripts/dtc/dtc-lexer.l
41 +++ b/scripts/dtc/dtc-lexer.l
44 #include "dtc-parser.tab.h"