mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Replace uses of the old List generation code with new template versions
This commit is contained in:
parent
29836b47d0
commit
237c7e4e15
17 changed files with 57 additions and 94 deletions
3
src/RE.h
3
src/RE.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue