From f379aed38ffbab5f0fa09b6ff245eeb738a137a0 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 31 May 2024 14:27:41 +0000 Subject: fix --- scripts/dtc/dtc-lexer.lex.c_shipped | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/dtc') diff --git a/scripts/dtc/dtc-lexer.lex.c_shipped b/scripts/dtc/dtc-lexer.lex.c_shipped index 2c862bc86ad0..4f91c16cac4f 100644 --- a/scripts/dtc/dtc-lexer.lex.c_shipped +++ b/scripts/dtc/dtc-lexer.lex.c_shipped @@ -631,7 +631,7 @@ char *yytext; #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() */ -- cgit v1.2.3