mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Merge topic/actor-system throug a squashed commit.
This commit is contained in:
parent
7a6f5020f6
commit
fe7e1ee7f0
466 changed files with 12559 additions and 9655 deletions
10
src/Func.h
10
src/Func.h
|
@ -140,10 +140,12 @@ extern void init_builtin_funcs_subdirs();
|
|||
|
||||
extern bool check_built_in_call(BuiltinFunc* f, CallExpr* call);
|
||||
|
||||
// This global is set prior to the interpreter making a function call.
|
||||
// It's there so that built-in functions can access the location information
|
||||
// associated with a call when reporting error messages.
|
||||
extern const Expr* calling_expr;
|
||||
struct CallInfo {
|
||||
const CallExpr* call;
|
||||
const Func* func;
|
||||
};
|
||||
|
||||
extern vector<CallInfo> call_stack;
|
||||
|
||||
// This is set to true after the built-in functions have been initialized.
|
||||
extern bool did_builtin_init;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue