mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
test comment
This commit is contained in:
parent
c38bb8bc1d
commit
8499055605
@ -302,6 +302,7 @@ unique_ptr<NGHolder> buildMaskLhs(bool anchored, u32 prefix_len,
|
|||||||
|
|
||||||
assert(prefix_len);
|
assert(prefix_len);
|
||||||
assert(mask.size() >= prefix_len);
|
assert(mask.size() >= prefix_len);
|
||||||
|
/* just a comment to test something in the build */
|
||||||
NFAVertex lpreds = anchored ? lhs->start : lhs->startDs;
|
NFAVertex lpreds = anchored ? lhs->start : lhs->startDs;
|
||||||
|
|
||||||
u32 m_idx = 0;
|
u32 m_idx = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user