On Wed, 31 Aug 2011, Artem Shinkarov wrote: > 1) Helper function for the pseudo-builtins. > In my case the builtin can have 2 or 3 arguments, and I think that I > expressed that in a pretty much short way without any helper function. > Am I missing something?
The point is to refactor what's common between this and other pseudo-builtins, not to have two pseudo-builtins doing things one way and one doing them another way.... -- Joseph S. Myers jos...@codesourcery.com