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
parent
1e5ddb1f39
commit
6a76a9d30c
|
@ -19,7 +19,6 @@
|
||||||
|
|
||||||
%option noyywrap nounput noinput never-interactive
|
%option noyywrap nounput noinput never-interactive
|
||||||
|
|
||||||
%x INCLUDE
|
|
||||||
%x BYTESTRING
|
%x BYTESTRING
|
||||||
%x PROPNODENAME
|
%x PROPNODENAME
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
%option noyywrap nounput noinput never-interactive
|
%option noyywrap nounput noinput never-interactive
|
||||||
|
|
||||||
%x INCLUDE
|
|
||||||
%x BYTESTRING
|
%x BYTESTRING
|
||||||
%x PROPNODENAME
|
%x PROPNODENAME
|
||||||
%s V1
|
%s V1
|
||||||
|
|
Loading…
Reference in New Issue