Re: [PATCH] Fix names of various macro parameters in tree.h

2013-10-25 Thread Richard Biener
On Fri, Oct 25, 2013 at 3:17 AM, David Malcolm wrote: > I noticed that some of the macros in tree.h that act on trees have > parameters named "CODE", rather "NODE", which is confusing when in the > presence of other macros that act on enum tree_code values. > > The attached patch renames such para

[PATCH] Fix names of various macro parameters in tree.h

2013-10-24 Thread David Malcolm
I noticed that some of the macros in tree.h that act on trees have parameters named "CODE", rather "NODE", which is confusing when in the presence of other macros that act on enum tree_code values. The attached patch renames such params for macros that I believe act on trees (mostly because they g