From 6a76a9d30c977c6c9cb18cf15ba3bd2c2e89db4c Mon Sep 17 00:00:00 2001 From: Wang Long Date: Thu, 25 Sep 2014 01:52:53 +0000 Subject: 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 --- dtc-lexer.l | 1 - 1 file changed, 1 deletion(-) (limited to 'dtc-lexer.l') 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 -- cgit v1.2.3-59-g8ed1b