diff --git a/src/parse-gram.c b/src/parse-gram.c index 2ba3ad09..b951f2fb 100644 --- a/src/parse-gram.c +++ b/src/parse-gram.c @@ -2163,11 +2163,11 @@ yyexhaustedlab: yyreturn: if (yychar != YYEOF && yychar != YYEMPTY) - yydestruct ("Error: discarding lookahead", + yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, &yylloc); while (yyssp != yyss) { - yydestruct ("Error: popping", + yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, yylsp); YYPOPSTACK; }