longan/kernel/linux-4.9/scripts/dtc/dtc-lexer.l
.. .. @@ -38,7 +38,8 @@ 38 38 #include "srcpos.h" 39 39 #include "dtc-parser.tab.h" 40 40 41 -YYLTYPE yylloc;41 +//YYLTYPE yylloc;42 +extern YYLTYPE yylloc;42 43 extern bool treesource_error; 43 44 44 45 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */