]> git.saurik.com Git - bison.git/blobdiff - tests/actions.at
* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
[bison.git] / tests / actions.at
index 1e8d62f41cffb7096f7aad0fa23d8258bee1f0b2..e8124e9e8ed1b4b391befd11bfb2a0782cb37bd9 100644 (file)
@@ -342,8 +342,12 @@ m4_ifval([$6], , [#define YYSTYPE int])])
 
 ]m4_ifval([$6], [%type <ival> 'x' ';' thing line input])[
 
-%printer { fprintf (yyoutput, "%d@%d-%d", $$, RANGE (@$)); }
-   input line thing 'x'
+%printer
+  {
+    ]AT_LALR1_CC_IF([cdebug_ << @$ << ": " << $$;],
+                    [fprintf (yyoutput, "%d@%d-%d", $$, RANGE (@$))])[;
+  }
+  input line thing 'x'
 
 %destructor
   { printf ("Freeing nterm input (%d@%d-%d)\n", $$, RANGE (@$)); }