* src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions

before their first uses.
(YYBISON, YYPURE): Move to the top of the output.
This commit is contained in:
Akim Demaille
2001-11-30 11:23:29 +00:00
parent 7d13ff5f2f
commit fd51e5ffa2
2 changed files with 30 additions and 23 deletions

View File

@@ -1,3 +1,9 @@
2001-11-30 Akim Demaille <akim@epita.fr>
* src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
before their first uses.
(YYBISON, YYPURE): Move to the top of the output.
2001-11-30 Akim Demaille <akim@epita.fr>
* tests/reduce.at (Useless Nonterminals): Fix.