Nguyễn Thái Ngọc Duy <pclo...@gmail.com> writes: > @@ -134,101 +131,102 @@ static int dowild(const uchar *p, const uchar *text, > int force_lower_case) > p_ch = NEGATE_CLASS; > #endif > /* Assign literal TRUE/FALSE because of "matched" > comparison. */ > - special = p_ch == NEGATE_CLASS? TRUE : FALSE; > + special = p_ch == NEGATE_CLASS;
Leftover comment needs to be reworded as well??? > if (special) { > /* Inverted character class. */ > p_ch = *++p; > } I'd prefer "special" used in the "case '['" given a more sensible name here. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html