mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
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.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2008-11-09 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
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.
|
||||
|
||||
2008-11-09 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Introduce a hierarchy for symbols.
|
||||
|
||||
Reference in New Issue
Block a user