Moritz Lenz wrote:
While reading through actions.pm I found that method scope_declarator wasn't very readable because it was very long.A big part of that is the declaration of attributes which needs some special handling. The attached patch moves that code to a separate function called declare_attribute. It doesn't change any semantics.
Applied as r27536, thanks. Jonathan