]> git.saurik.com Git - bison.git/commit
Use inline for small operations.
authorAkim Demaille <demaille@gostai.com>
Sat, 2 Aug 2008 20:04:05 +0000 (22:04 +0200)
committerAkim Demaille <demaille@gostai.com>
Sun, 9 Nov 2008 18:51:28 +0000 (19:51 +0100)
commitd3be4f6d42a2b9ed91efa04e57e50eed5e819c8c
tree767892c5df0ab68b8506d436eecf7f2bf7c39017
parent1f7d007bf621225d3bc04c01d7d5ba3e332b1e34
Use inline for small operations.

* data/lalr1.cc (symbol_base_type, symbol_type)
(stack_symbol_type): Declare constructor and other operations as
inline.
(yy_destroy_): Inline.
ChangeLog
data/lalr1.cc