Simplify names.

* src/output.c (symbol_definitions_output): Rename symbol
	attributes type_name and has_type_name as type and has_type.
	* data/lalr1.cc: Adjust uses.
This commit is contained in:
Akim Demaille
2008-08-26 20:30:40 +02:00
parent e9805e5743
commit 6659366cda
3 changed files with 20 additions and 13 deletions

View File

@@ -1,3 +1,10 @@
2008-11-13 Akim Demaille <demaille@gostai.com>
Simplify names.
* src/output.c (symbol_definitions_output): Rename symbol
attributes type_name and has_type_name as type and has_type.
* data/lalr1.cc: Adjust uses.
2008-11-13 Akim Demaille <demaille@gostai.com>
Use b4_type_names for the union type.