Follow-up Comment #1, bug #21865 (project grub):
yes, i know this bug, it's caused by the syntax rules in parser.y, i think
it's here:
commands: ...
| error
{
yyerror (state, "Incorrect command");
state->err = 1;
yyerrok;
}
error is not shifted, so it's occurring over and over again.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?21865>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-grub