mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
doc: fix lalr1.cc documentation.
* doc/bison.texinfo (C++ Scanner Interface): Fix yylex signature.
(C++ Bison Interface): Fix lalr1.cc skeleton name.
(C++ Parser Interface): Fix semantic_type and location_type names.
Document yy::parser::token.
Reported by Jerry Quinn.
(cherry picked from commit 0100cd629d)
Conflicts:
doc/bison.texinfo
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2010-05-10 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
doc: fix lalr1.cc documentation.
|
||||
* doc/bison.texinfo (C++ Scanner Interface): Fix yylex signature.
|
||||
(C++ Bison Interface): Fix lalr1.cc skeleton name.
|
||||
(C++ Parser Interface): Fix semantic_type and location_type names.
|
||||
Document yy::parser::token.
|
||||
Reported by Jerry Quinn.
|
||||
|
||||
2010-05-04 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
lalr1.cc: don't generate location.hh when location_type is defined
|
||||
|
||||
Reference in New Issue
Block a user