mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Minor fixes for build problems after reformatting
This commit is contained in:
parent
b2f171ec69
commit
30aa4621c5
12 changed files with 231 additions and 214 deletions
|
@ -313,8 +313,9 @@ ValPtr ZBody::DoExec(Frame* f, int start_pc, StmtFlowType& flow)
|
|||
case OP_NOP:
|
||||
break;
|
||||
|
||||
#include "ZAM-EvalDefs.h"
|
||||
// These must stay in this order or the build fails.
|
||||
#include "ZAM-EvalMacros.h"
|
||||
#include "ZAM-EvalDefs.h"
|
||||
|
||||
default:
|
||||
reporter->InternalError("bad ZAM opcode");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue