]> git.saurik.com Git - bison.git/blobdiff - tests/cxx-type.at
Regenerate.
[bison.git] / tests / cxx-type.at
index 71c710663aad8eb44b61666bfc308010782ed362..b716a1d476f95b41627a5f77eedb539954f0960a 100644 (file)
@@ -98,7 +98,7 @@ prog :
                             @2.first_line, @2.first_column,
                             @2.last_line, @2.last_column);])[
                        output = node_to_string (]$[2);
                             @2.first_line, @2.first_column,
                             @2.last_line, @2.last_column);])[
                        output = node_to_string (]$[2);
-                       printf ("%s\n", output);
+                       printf ("%s\n", output);
                        free (output);
                        free_node (]$[2);
                   }
                        free (output);
                        free_node (]$[2);
                   }
@@ -155,7 +155,9 @@ yylex (LEX_PARAMETERS)
   static int colNum = 0;
 
 #if YYPURE
   static int colNum = 0;
 
 #if YYPURE
+# undef yylloc
 # define yylloc (*llocp)
 # define yylloc (*llocp)
+# undef yylval
 # define yylval (*lvalp)
 #endif
 
 # define yylval (*lvalp)
 #endif