* [PATCH] dtc: Delete the unused start condition INCLUDE
@ 2014-09-25 1:52 Wang Long
[not found] ` <1411609973-52722-1-git-send-email-long.wanglong-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Wang Long @ 2014-09-25 1:52 UTC (permalink / raw)
To: david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+, jdl-CYoMK+44s/E,
long.wanglong-hv44wF8Li93QT0dZR+AlfA
Cc: peifeiyue-hv44wF8Li93QT0dZR+AlfA,
devicetree-compiler-u79uwXL29TY76Z2rM5mHXA
The scanners of the latest version of dtc and
convert-dtsv0 are no longer use start condition
"INCLUDE". so we should delete it.
Signed-off-by: Wang Long <long.wanglong-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
---
convert-dtsv0-lexer.l | 1 -
dtc-lexer.l | 1 -
2 files changed, 2 deletions(-)
diff --git a/convert-dtsv0-lexer.l b/convert-dtsv0-lexer.l
index 548e719..259e527 100644
--- a/convert-dtsv0-lexer.l
+++ b/convert-dtsv0-lexer.l
@@ -19,7 +19,6 @@
%option noyywrap nounput noinput never-interactive
-%x INCLUDE
%x BYTESTRING
%x PROPNODENAME
diff --git a/dtc-lexer.l b/dtc-lexer.l
index 5c9969f..0ee1caf 100644
--- a/dtc-lexer.l
+++ b/dtc-lexer.l
@@ -20,7 +20,6 @@
%option noyywrap nounput noinput never-interactive
-%x INCLUDE
%x BYTESTRING
%x PROPNODENAME
%s V1
--
1.8.3.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dtc: Delete the unused start condition INCLUDE
[not found] ` <1411609973-52722-1-git-send-email-long.wanglong-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
@ 2014-09-26 2:15 ` David Gibson
0 siblings, 0 replies; 2+ messages in thread
From: David Gibson @ 2014-09-26 2:15 UTC (permalink / raw)
To: Wang Long
Cc: jdl-CYoMK+44s/E, peifeiyue-hv44wF8Li93QT0dZR+AlfA,
devicetree-compiler-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 502 bytes --]
On Thu, Sep 25, 2014 at 01:52:53AM +0000, Wang Long wrote:
> The scanners of the latest version of dtc and
> convert-dtsv0 are no longer use start condition
> "INCLUDE". so we should delete it.
>
> Signed-off-by: Wang Long <long.wanglong-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
Applied, thanks.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-26 2:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-25 1:52 [PATCH] dtc: Delete the unused start condition INCLUDE Wang Long
[not found] ` <1411609973-52722-1-git-send-email-long.wanglong-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2014-09-26 2:15 ` David Gibson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).