From: Akim Demaille Date: Sat, 2 Aug 2008 20:04:05 +0000 (+0200) Subject: Use inline for small operations. X-Git-Tag: v2.7.90~1120 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d3be4f6d42a2b9ed91efa04e57e50eed5e819c8c?hp=d3be4f6d42a2b9ed91efa04e57e50eed5e819c8c 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. ---