]> git.saurik.com Git - bison.git/blobdiff - tests/cxx-type.at
Minor fixups to get 'make maintainer-check' to work.
[bison.git] / tests / cxx-type.at
index 71c710663aad8eb44b61666bfc308010782ed362..c22c44a8d37f88fb936cb0bc1c346e4963c4baf4 100644 (file)
@@ -155,7 +155,9 @@ yylex (LEX_PARAMETERS)
   static int colNum = 0;
 
 #if YYPURE
+# undef yylloc
 # define yylloc (*llocp)
+# undef yylval
 # define yylval (*lvalp)
 #endif