Replace uses of the old List generation code with new template versions

This commit is contained in:
Tim Wojtulewicz 2019-07-02 18:43:01 -07:00 committed by Jon Siwek
parent 29836b47d0
commit 237c7e4e15
17 changed files with 57 additions and 94 deletions

View file

@ -24,7 +24,6 @@ class DFA_State;
declare(PDict,char);
declare(PDict,CCL);
declare(PList,CCL);
extern int case_insensitive;
extern CCL* curr_ccl;
@ -125,7 +124,7 @@ protected:
PDict(char) defs;
PDict(CCL) ccl_dict;
PList(CCL) ccl_list;
PList<CCL> ccl_list;
EquivClass equiv_class;
int* ecs;
DFA_Machine* dfa;