rename include file per our convention.
This commit is contained in:
parent
bc884b7f07
commit
5e046fca2c
2
external/gpl2/dtc/dist/dtc-lexer.l
vendored
2
external/gpl2/dtc/dist/dtc-lexer.l
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user