mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
use the correct way to refer to void *
This commit is contained in:
@@ -359,7 +359,7 @@ bool isDirectHighlander(const RoseBuildImpl &build, const u32 id,
|
||||
|
||||
// Called by isNoRunsLiteral below.
|
||||
static
|
||||
bool isNoRunsVertex(const RoseBuildImpl &build, NFAVertex u) {
|
||||
bool isNoRunsVertex(const RoseBuildImpl &build, RoseVertex u) {
|
||||
const RoseGraph &g = build.g;
|
||||
if (!g[u].isBoring()) {
|
||||
DEBUG_PRINTF("u=%zu is not boring\n", g[u].idx);
|
||||
|
||||
Reference in New Issue
Block a user