mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
fixup! shift much of the internal use of ID* identifier pointers over to IDPtr objects
This commit is contained in:
parent
b6b8484819
commit
34831aa7d3
1 changed files with 1 additions and 1 deletions
|
@ -1018,7 +1018,7 @@ ForStmt::ForStmt(IDPList* arg_loop_vars, ExprPtr loop_expr) : ExprStmt(STMT_FOR,
|
||||||
//
|
//
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if ( static_cast<int>(indices.size()) != loop_vars->size() ) {
|
else if ( indices.size() != loop_vars->size() ) {
|
||||||
e->Error("wrong index size");
|
e->Error("wrong index size");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue