Module Name: src
Committed By: christos
Date: Mon Jun 5 18:59:10 UTC 2017
Modified Files:
src/external/gpl2/dtc/dist: dtc-lexer.l
Log Message:
rename include file per our convention.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl2/dtc/dist/dtc-lexer.l
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/dtc/dist/dtc-lexer.l
diff -u src/external/gpl2/dtc/dist/dtc-lexer.l:1.1.1.1 src/external/gpl2/dtc/dist/dtc-lexer.l:1.2
--- src/external/gpl2/dtc/dist/dtc-lexer.l:1.1.1.1 Fri Dec 4 07:30:05 2015
+++ src/external/gpl2/dtc/dist/dtc-lexer.l Mon Jun 5 14:59:10 2017
@@ -36,7 +36,7 @@ LINECOMMENT "//".*\n
%{
#include "dtc.h"
#include "srcpos.h"
-#include "dtc-parser.tab.h"
+#include "dtc-parser.h"
YYLTYPE yylloc;
extern bool treesource_error;