X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ede3d3bcbc343c5101b177e53d0917c10f51efa1..72731bb70bdbd8fe7cc178214b255e6425a04c6d:/tests/glr-regression.at diff --git a/tests/glr-regression.at b/tests/glr-regression.at index 971e2b49..b7d24ab7 100644 --- a/tests/glr-regression.at +++ b/tests/glr-regression.at @@ -173,7 +173,6 @@ FILE *yyin = NULL; int yylex (void) { - int c; char buf[50]; switch (fscanf (yyin, " %1[a-z,]", buf)) { case 1: