libunwind: update to 1.8.1
[openadk.git] / package / u-boot-h8300 / patches / dtc.patch
blob725c3af2f914a934971adb9a332f01aa1c4e2862
1 diff -Nur u-boot-h8300.orig/scripts/dtc/dtc-lexer.l u-boot-h8300/scripts/dtc/dtc-lexer.l
2 --- u-boot-h8300.orig/scripts/dtc/dtc-lexer.l 2022-02-11 13:17:30.000000000 +0100
3 +++ u-boot-h8300/scripts/dtc/dtc-lexer.l 2022-02-11 13:42:14.302389873 +0100
4 @@ -38,7 +38,6 @@ LINECOMMENT "//".*\n
5 #include "srcpos.h"
6 #include "dtc-parser.tab.h"
8 -YYLTYPE yylloc;
9 extern bool treesource_error;
11 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */