tanzh
2024-09-27 0179a5c4855513427205007d983ec47eba6a13f6
longan/kernel/linux-4.9/scripts/dtc/dtc-lexer.l
....@@ -38,7 +38,8 @@
3838 #include "srcpos.h"
3939 #include "dtc-parser.tab.h"
4040
41
-YYLTYPE yylloc;
41
+//YYLTYPE yylloc;
42
+extern YYLTYPE yylloc;
4243 extern bool treesource_error;
4344
4445 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */