]> git.saurik.com Git - bison.git/blobdiff - tests/torture.at
* src/vcg.c (quote): Use slot 2, since we often pass symbol tag
[bison.git] / tests / torture.at
index f536e4b4ec9bda69dce8e3befb62ce150eecddba..747201c68cc38333e58cb56659793e936acb2cdf 100644 (file)
@@ -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