mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Cleanups related to PDict -> std::map replacements
This commit is contained in:
parent
e6558d1f19
commit
87f85ecca1
18 changed files with 41 additions and 36 deletions
4
src/RE.h
4
src/RE.h
|
@ -126,8 +126,8 @@ protected:
|
|||
int multiline;
|
||||
char* pattern_text;
|
||||
|
||||
std::map<string,string> defs;
|
||||
std::map<string,CCL*> ccl_dict;
|
||||
std::map<string, string> defs;
|
||||
std::map<string, CCL*> ccl_dict;
|
||||
PList<CCL> ccl_list;
|
||||
EquivClass equiv_class;
|
||||
int* ecs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue