X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/71cbc1ac1a0b35b2488b109b031685b641868846..1ef57c947d095b3874748fffc2b0dcb1a41ad567:/tests/glr-regression.at?ds=sidebyside diff --git a/tests/glr-regression.at b/tests/glr-regression.at index d1d0b878..0cbffd19 100644 --- a/tests/glr-regression.at +++ b/tests/glr-regression.at @@ -298,7 +298,7 @@ static void yyerror(char const * s) { fprintf(stderr,"error: %s\n",s); } -FILE *input = NULL; +FILE *input = YY_NULL; int P[] = { P1, P2 }; int O[] = { O1, O2 };