From 5c8d2e2b57f50ff9a3d66e31032693e4273af85c Mon Sep 17 00:00:00 2001 From: Lukasz Wojcik Date: Fri, 29 Jan 2010 17:31:51 +0100 Subject: Modification of lexer and parser, improving dtc portability. This mod allows successful build of dtc using both bison/flex and yacc/lex. Signed-off-by: Lukasz Wojcik Acked-by: David Gibson --- dtc-lexer.l | 1 + 1 file changed, 1 insertion(+) (limited to 'dtc-lexer.l') diff --git a/dtc-lexer.l b/dtc-lexer.l index 9021231..3c3434c 100644 --- a/dtc-lexer.l +++ b/dtc-lexer.l @@ -38,6 +38,7 @@ LINECOMMENT "//".*\n #include "srcpos.h" #include "dtc-parser.tab.h" +YYLTYPE yylloc; /* CAUTION: this will stop working if we ever use yyless() or yyunput() */ #define YY_USER_ACTION \ -- cgit v1.2.1