Rename reduceQueue to reduceInfixQueue

This commit is contained in:
Justin Viiret
2016-02-11 14:38:12 +11:00
committed by Matthew Barr
parent bba8b62635
commit 8f3471dd4e
3 changed files with 7 additions and 6 deletions

View File

@@ -291,7 +291,7 @@ char roseCatchUpLeftfix(const struct RoseEngine *t, char *state,
DEBUG_PRINTF("infix died of old age\n");
return 0;
}
reduceQueue(q, last_loc, left->maxQueueLen, q->nfa->maxWidth);
reduceInfixQueue(q, last_loc, left->maxQueueLen, q->nfa->maxWidth);
}
DEBUG_PRINTF("end scan at %lld\n", last_loc);