From: Han Gao Date: Tue, 9 May 2023 18:25:53 +0000 (+0800) Subject: fix: ftbfs X-Git-Tag: accepted/tizen/unified/x/20240510.061411~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=403553d69746c0e2e23d7554800b0ba71761c3e9;p=platform%2Fkernel%2Fu-boot-thead.git fix: ftbfs Signed-off-by: Han Gao --- diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l index fd825ebb..f57c9a7e 100644 --- a/scripts/dtc/dtc-lexer.l +++ b/scripts/dtc/dtc-lexer.l @@ -38,7 +38,7 @@ LINECOMMENT "//".*\n #include "srcpos.h" #include "dtc-parser.tab.h" -YYLTYPE yylloc; +extern YYLTYPE yylloc; extern bool treesource_error; /* CAUTION: this will stop working if we ever use yyless() or yyunput() */