mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
GCJ's parser requires the tokens to be defined before the prologue.
* data/bison.simple: Output the token definition before the user's prologue. * tests/regression.at (Braces parsing, Duplicate string) (Mixing %token styles): Check the output from bison. (Early token definitions): New.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2002-06-10 Akim Demaille <akim@epita.fr>
|
||||
|
||||
GCJ's parser requires the tokens to be defined before the prologue.
|
||||
|
||||
* data/bison.simple: Output the token definition before the user's
|
||||
prologue.
|
||||
* tests/regression.at (Braces parsing, Duplicate string)
|
||||
(Mixing %token styles): Check the output from bison.
|
||||
(Early token definitions): New.
|
||||
|
||||
2002-06-10 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/symtab.c (symbol_user_token_number_set): Don't complain when
|
||||
|
||||
Reference in New Issue
Block a user