mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
b4_table_declare.
* data/lalr1.cc (b4_table_declare): New. Use it to declare the tables defined with b4_table_define. (b4_table_define): Declare a third arg to match b4_table_declare signature. Move all the comments around invocations of b4_table_define into the invocations itselves. Move things around to have the order for declarations and definitions.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2008-11-25 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
b4_table_declare.
|
||||
* data/lalr1.cc (b4_table_declare): New.
|
||||
Use it to declare the tables defined with b4_table_define.
|
||||
(b4_table_define): Declare a third arg to match b4_table_declare
|
||||
signature.
|
||||
Move all the comments around invocations of b4_table_define into
|
||||
the invocations itselves.
|
||||
Move things around to have the order for declarations and
|
||||
definitions.
|
||||
|
||||
2008-11-25 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Formatting changes.
|
||||
|
||||
Reference in New Issue
Block a user