Browse Source

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@huawei.com>
main
Wang Long 10 years ago committed by David Gibson
parent
commit
6a76a9d30c
  1. 1
      convert-dtsv0-lexer.l
  2. 1
      dtc-lexer.l

1
convert-dtsv0-lexer.l

@ -19,7 +19,6 @@ @@ -19,7 +19,6 @@

%option noyywrap nounput noinput never-interactive

%x INCLUDE
%x BYTESTRING
%x PROPNODENAME


1
dtc-lexer.l

@ -20,7 +20,6 @@ @@ -20,7 +20,6 @@

%option noyywrap nounput noinput never-interactive

%x INCLUDE
%x BYTESTRING
%x PROPNODENAME
%s V1

Loading…
Cancel
Save