27 lines
883 B
Diff
27 lines
883 B
Diff
From 53ba39ccee76a03899cbe441163c500bcc65d504 Mon Sep 17 00:00:00 2001
|
|
From: Igor Pecovnik <igor.pecovnik@gmail.com>
|
|
Date: Sat, 20 Nov 2021 17:09:16 +0100
|
|
Subject: [PATCH] fix
|
|
|
|
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
|
|
---
|
|
scripts/dtc/dtc-parser.tab.c_shipped | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/scripts/dtc/dtc-parser.tab.c_shipped b/scripts/dtc/dtc-parser.tab.c_shipped
|
|
index d9cea6385..2965227a1 100644
|
|
--- a/scripts/dtc/dtc-parser.tab.c_shipped
|
|
+++ b/scripts/dtc/dtc-parser.tab.c_shipped
|
|
@@ -1202,7 +1202,7 @@ int yychar;
|
|
/* The semantic value of the lookahead symbol. */
|
|
YYSTYPE yylval;
|
|
/* Location data for the lookahead symbol. */
|
|
-extern YYLTYPE yylloc
|
|
+YYLTYPE yylloc
|
|
# if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
|
|
= { 1, 1, 1, 1 }
|
|
# endif
|
|
--
|
|
Created with Armbian build tools https://github.com/armbian/build
|
|
|