mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fdr_confirm_compile: wrap comment
This commit is contained in:
parent
2b9b2ca911
commit
d94bf2fd62
@ -170,7 +170,9 @@ bytecode_ptr<FDRConfirm> getFDRConfirm(const vector<hwlmLiteral> &lits,
|
||||
if (!make_confirm) {
|
||||
flags = FDRC_FLAG_NO_CONFIRM;
|
||||
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;
|
||||
soleLitSize = lits[0].s.size() - 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user