]> git.saurik.com Git - bison.git/commit
Define make_symbol in the header.
authorAkim Demaille <demaille@gostai.com>
Thu, 28 Aug 2008 09:50:09 +0000 (11:50 +0200)
committerAkim Demaille <demaille@gostai.com>
Thu, 13 Nov 2008 05:48:22 +0000 (06:48 +0100)
commit2c086d295967986a261ef6c2729b9edb62aac451
tree3a7a0f2ee84fe3f86938642f74ff08ce0fa4246d
parent1c4af3813e1dd537191b535aad2f5a530e22fba0
Define make_symbol in the header.

To reach good performances these functions should be inlined (yet this is
to measure precisely).  To this end they must be available to the caller.

* data/lalr1.cc (b4_symbol_constructor_definition_): Qualify
location_type with the class name.
Since will now be output in the header, declare "inline".
No longer use b4_symbol_constructor_specializations, but
b4_symbol_constructor_definitions in the header.
Don't call it in the *.cc file.
ChangeLog
data/lalr1.cc