On Sun, Feb 7, 2016 at 7:17 PM, Andreas Schwab <[email protected]> wrote: > Karthik Nayak <[email protected]> writes: > >> + if ((( arg && len == arg - sp) || >> + (!arg && len == ep - sp )) && > > len == (arg ? arg : ep) - sp &&
This is better I feel. Thank You -- Regards, Karthik Nayak -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

