vijay <vi...@collab.net> wrote: > On Wednesday 27 February 2013 10:44 PM, Julian Foad wrote: >>> + write_out_rev = (! rb->had_dropped_nodes) ? TRUE : FALSE; >> >> No, I don't mean that. [...] simply use the boolean "not" operator >> [...] like this: >> >> write_out_rev = ! rb->had_dropped_nodes; > > Sorry, I misunderstood it. Thanks for your detailed explanation. > > Attached the updated patch and log message.
Thanks for tweaking that. Seeing no other concerns from anyone, I committed this in r1451462. Thanks for the enhancement! - Julian