Skip to content

Commit

Permalink
- fix compile with newer gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
[MCP] authored and vanhofen committed Oct 25, 2021
1 parent 7c60df5 commit 73ce8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dtc/dtc-lexer.lex.c_shipped
Expand Up @@ -637,7 +637,7 @@ char *yytext;
#include "srcpos.h"
#include "dtc-parser.tab.h"

YYLTYPE yylloc;
extern YYLTYPE yylloc;

/* CAUTION: this will stop working if we ever use yyless() or yyunput() */
#define YY_USER_ACTION \
Expand Down

0 comments on commit 73ce8f9

Please sign in to comment.