X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e9955c83734d0a545d7822a1feb9c4a8038a62cb..e5fb6710321bf3b412e34028ba0b934ab123970b:/tests/torture.at diff --git a/tests/torture.at b/tests/torture.at index f536e4b4..747201c6 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -371,9 +371,6 @@ AT_DATA([input.y], ]$1[ static int yylex (void); static void yyerror (const char *msg); -#define YYPRINT(File, Type, Value) \ - fprintf (File, " (%d, stack size = %d, max = %d)", \ - Value, yyssp - yyss + 1, yystacksize); %} %error-verbose %debug