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:
Akim Demaille
2008-11-22 21:48:33 +01:00
parent c4ddc0fb0b
commit 0fddb3d59f
2 changed files with 60 additions and 59 deletions

View File

@@ -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.