mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 17:31:51 +03:00
Rename reduceQueue to reduceInfixQueue
This commit is contained in:
committed by
Matthew Barr
parent
bba8b62635
commit
8f3471dd4e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user