Avoid `default rule can be matched' warning in CLI state.

This commit is contained in:
Martin Mares 1999-12-02 12:04:39 +00:00
parent 9c3726afd2
commit efe51e3863

View file

@ -134,7 +134,7 @@ WHITE [ \t]
return SYM;
}
<CLI>! {
<CLI>(.|\n) {
BEGIN(INITIAL);
return CLI_MARKER;
}