mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 11:44:28 +03:00
fdr_confirm_compile: wrap comment
This commit is contained in:
committed by
Matthew Barr
parent
2b9b2ca911
commit
d94bf2fd62
@@ -170,7 +170,9 @@ bytecode_ptr<FDRConfirm> getFDRConfirm(const vector<hwlmLiteral> &lits,
|
|||||||
if (!make_confirm) {
|
if (!make_confirm) {
|
||||||
flags = FDRC_FLAG_NO_CONFIRM;
|
flags = FDRC_FLAG_NO_CONFIRM;
|
||||||
if (lits[0].noruns) {
|
if (lits[0].noruns) {
|
||||||
flags |= FDRC_FLAG_NOREPEAT; // messy - need to clean this up later as flags is sorta kinda obsoleted
|
// messy - need to clean this up later as flags is sorta kinda
|
||||||
|
// obsoleted
|
||||||
|
flags |= FDRC_FLAG_NOREPEAT;
|
||||||
}
|
}
|
||||||
mult = 0;
|
mult = 0;
|
||||||
soleLitSize = lits[0].s.size() - 1;
|
soleLitSize = lits[0].s.size() - 1;
|
||||||
|
Reference in New Issue
Block a user