mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Replace uses of the old Dict generation code with new template versions
This commit is contained in:
parent
e2feec52be
commit
50943a580c
26 changed files with 62 additions and 94 deletions
|
@ -27,7 +27,7 @@ using namespace std;
|
|||
bool g_policy_debug = false;
|
||||
DebuggerState g_debugger_state;
|
||||
TraceState g_trace_state;
|
||||
PDict(Filemap) g_dbgfilemaps;
|
||||
PDict<Filemap> g_dbgfilemaps;
|
||||
|
||||
// These variables are used only to decide whether or not to print the
|
||||
// current context; you don't want to do it after a step or next
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue