mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 00:02:24 +03:00
mcclellan, gough: native report remapping
This commit is contained in:
committed by
Matthew Barr
parent
611579511c
commit
1f41a921f2
@@ -73,6 +73,8 @@ string to_string(nfa_kind k) {
|
||||
return "o";
|
||||
case NFA_REV_PREFIX:
|
||||
return "r";
|
||||
case NFA_OUTFIX_RAW:
|
||||
return "O";
|
||||
}
|
||||
assert(0);
|
||||
return "?";
|
||||
|
Reference in New Issue
Block a user