Avoid `default rule can be matched' warning in CLI state.
This commit is contained in:
parent
9c3726afd2
commit
efe51e3863
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ WHITE [ \t]
|
||||||
return SYM;
|
return SYM;
|
||||||
}
|
}
|
||||||
|
|
||||||
<CLI>! {
|
<CLI>(.|\n) {
|
||||||
BEGIN(INITIAL);
|
BEGIN(INITIAL);
|
||||||
return CLI_MARKER;
|
return CLI_MARKER;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue