Rename data_type and stack_symbol_type.

* data/lalr1.cc (data_type): Rename as...
	(stack_symbol_type): this.
This commit is contained in:
Akim Demaille
2008-08-02 14:29:23 +02:00
parent 57295d14f9
commit bc0b0477e2
2 changed files with 30 additions and 22 deletions

View File

@@ -1,3 +1,9 @@
2008-11-09 Akim Demaille <demaille@gostai.com>
Rename data_type and stack_symbol_type.
* data/lalr1.cc (data_type): Rename as...
(stack_symbol_type): this.
2008-11-09 Akim Demaille <demaille@gostai.com>
Handle semantic value and location together.