mcclellan, gough: native report remapping

This commit is contained in:
Justin Viiret
2016-04-19 11:53:10 +10:00
committed by Matthew Barr
parent 611579511c
commit 1f41a921f2
16 changed files with 112 additions and 198 deletions

View File

@@ -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 "?";