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:
Robin Sommer 2018-05-16 23:36:36 +00:00
parent fe7e1ee7f0
commit 87552390e5
8 changed files with 26 additions and 7 deletions

View file

@ -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)