mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Bring Broccoli back for the time being.
It's deprecated and now disabled by default, but can be reenabled by configuring with --enable-broccoli.
This commit is contained in:
parent
fe7e1ee7f0
commit
87552390e5
8 changed files with 26 additions and 7 deletions
|
@ -739,7 +739,7 @@ SwitchStmt::SwitchStmt(Expr* index, case_list* arg_cases) :
|
|||
{
|
||||
Init();
|
||||
|
||||
bool have_exprs = false;
|
||||
bool have_exprs = false;
|
||||
bool have_types = false;
|
||||
|
||||
loop_over_list(*cases, i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue