mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
extensive rewrite of generation & execution of run-time initialization
This commit is contained in:
parent
bc3bf4ea6c
commit
e1a760e674
26 changed files with 3459 additions and 1580 deletions
|
@ -245,7 +245,7 @@ void CPPCompile::GenSwitchStmt(const SwitchStmt* sw)
|
|||
else
|
||||
sw_val = string("p_hash(") + GenExpr(e, GEN_VAL_PTR) + ")";
|
||||
|
||||
Emit("switch ( %s ) {", sw_val.c_str());
|
||||
Emit("switch ( %s ) {", sw_val);
|
||||
|
||||
++break_level;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue