mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Maintenance updates for -O gen-C++ / -O gen-standalone-C++
fixes for using BiFs in standalone global initializations avoiding redundant global initializations updates to maintenance scripts and notes removal of an unused member variable
This commit is contained in:
parent
5827e2ce5d
commit
18f4fcb5a4
12 changed files with 77 additions and 38 deletions
|
@ -492,6 +492,7 @@ protected:
|
|||
int attrs;
|
||||
std::string val;
|
||||
bool exported;
|
||||
bool func_with_no_val = false; // needed to handle some error situations
|
||||
};
|
||||
|
||||
// Information for initializing an item corresponding to a Zeek function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue