On 05/29/2017 11:17 AM, Marek Polacek wrote:
On Mon, May 29, 2017 at 11:11:12AM -0400, Nathan Sidwell wrote:
+static tree stat_hack (tree decl = NULL_TREE, tree type = NULL_TREE)Should be static tree stat_hack (tree decl = NULL_TREE, tree type = NULL_TREE) to make it easier to grep for the function with ^stat_hack.
Thanks, will fix nathan -- Nathan Sidwell