Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl2/dtc/dist rename include file per our convention.
details: https://anonhg.NetBSD.org/src/rev/046705d54451
branches: trunk
changeset: 824447:046705d54451
user: christos <christos%NetBSD.org@localhost>
date: Mon Jun 05 18:59:10 2017 +0000
description:
rename include file per our convention.
diffstat:
external/gpl2/dtc/dist/dtc-lexer.l | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 112ac721318e -r 046705d54451 external/gpl2/dtc/dist/dtc-lexer.l
--- a/external/gpl2/dtc/dist/dtc-lexer.l Mon Jun 05 18:56:16 2017 +0000
+++ b/external/gpl2/dtc/dist/dtc-lexer.l Mon Jun 05 18:59:10 2017 +0000
@@ -36,7 +36,7 @@
%{
#include "dtc.h"
#include "srcpos.h"
-#include "dtc-parser.tab.h"
+#include "dtc-parser.h"
YYLTYPE yylloc;
extern bool treesource_error;
Home |
Main Index |
Thread Index |
Old Index