mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
the bulk of the compiler
This commit is contained in:
parent
158e82a2c1
commit
863be9436b
40 changed files with 7730 additions and 0 deletions
|
@ -19,6 +19,8 @@ AnalyOpt analysis_options;
|
|||
|
||||
std::unordered_set<const Func*> non_recursive_funcs;
|
||||
|
||||
void (*CPP_init_hook)() = nullptr;
|
||||
|
||||
// Tracks all of the loaded functions (including event handlers and hooks).
|
||||
static std::vector<FuncInfo> funcs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue