mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
minor updates and fixes for script optimization maintenance
This commit is contained in:
parent
072fe660bc
commit
9e32443504
12 changed files with 66 additions and 12 deletions
|
@ -313,7 +313,7 @@ public:
|
|||
void SetInt(int _i) { i = _i; }
|
||||
void SetInt(int _i, TypePtr _t) {
|
||||
i = _i;
|
||||
SetType(_t);
|
||||
SetType(std::move(_t));
|
||||
}
|
||||
void SetSlot(int slot) { i = slot; }
|
||||
void SetConstant(ValPtr _c) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue