nfa: switch to using bytecode_ptr<NFA>

This commit is contained in:
Justin Viiret
2017-04-03 17:21:37 +10:00
committed by Matthew Barr
parent 905ac78061
commit a197074c5d
27 changed files with 251 additions and 241 deletions

View File

@@ -152,7 +152,7 @@ protected:
unsigned matches;
// Compiled NFA structure.
aligned_unique_ptr<NFA> nfa;
bytecode_ptr<NFA> nfa;
// Space for full state.
aligned_unique_ptr<char> full_state;