* data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge

location as yylloc and location as yyloc.  Use YYLLOC_DEFAULT, and
provide a default implementation.
This commit is contained in:
Robert Anisko
2002-03-04 16:37:52 +00:00
parent bfcf1f3af0
commit 374f5a14de
2 changed files with 57 additions and 11 deletions

View File

@@ -1,3 +1,9 @@
2002-03-04 Robert Anisko <robert@lrde.epita.fr>
* data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
provide a default implementation.
2002-03-04 Akim Demaille <akim@epita.fr>
* tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.