mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
|
@ -118,4 +118,9 @@ extern const FuncInfo* analyze_global_stmts(Stmt* stmts);
|
|||
extern void analyze_scripts();
|
||||
|
||||
|
||||
// Used for C++-compiled scripts to signal their presence, by setting this
|
||||
// to a non-empty value.
|
||||
extern void (*CPP_init_hook)();
|
||||
|
||||
|
||||
} // namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue