diff --git a/examples/c/bistromathic/parse.y b/examples/c/bistromathic/parse.y index 02bd93f1..b91fd094 100644 --- a/examples/c/bistromathic/parse.y +++ b/examples/c/bistromathic/parse.y @@ -339,8 +339,6 @@ expected_tokens (const char *input, yypstate *ps = yypstate_new (); int status = 0; do { - if (!*input) - break; YYSTYPE lval; int token = yylex (&input, &lval, &lloc); if (!token)