Problem: Superfluous mb_ptr_adv().
Solution: Remove the call. (Dominique Pelle)
EMIT('-');
EMIT(NFA_CONCAT);
}
- mb_ptr_adv(regparse);
/* skip the trailing ] */
regparse = endp;
/* Go back the specified number of bytes, or as far as the
* start of the previous line, to try matching "\@<=" or
- * not matching "\@<!". This is very ineffecient, limit the number of
+ * not matching "\@<!". This is very inefficient, limit the number of
* bytes if possible. */
if (state->val <= 0)
{
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 20,
/**/
19,
/**/