addressing 47 [constParameterReference],48 [constVariableReference],58

[constVariable]
This commit is contained in:
G.E
2024-05-01 10:54:15 +03:00
parent 6e306a508e
commit 9902ca0e34
40 changed files with 146 additions and 146 deletions

View File

@@ -861,7 +861,7 @@ bool isUtf8CodePoint(const char c) {
}
static
bool canReach(const NGHolder &g, const NFAEdge &e, struct fmstate &state) {
bool canReach(const NGHolder &g, const NFAEdge &e, const struct fmstate &state) {
auto flags = g[e].assert_flags;
if (!flags) {
return true;