[Crosstoolchain-logs] [device-tree-compiler] 140/198: dtc: Delete the unused start condition INCLUDE

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:07:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.

commit 6a76a9d30c977c6c9cb18cf15ba3bd2c2e89db4c
Author: Wang Long <long.wanglong at huawei.com>
Date:   Thu Sep 25 01:52:53 2014 +0000

    dtc: Delete the unused start condition INCLUDE
    
    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 at huawei.com>
---
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list