mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/gh-1122'
* origin/topic/jsiwek/gh-1122: GH-165: Fix global initializations that indirectly use builtin types Improve how primary/top-level BIFs get initialized GH-1122: Allow initializing globals with calls to subdir BIFs GH-1122: Improve error for global record initialization exceptions
This commit is contained in:
commit
2a8de33c63
23 changed files with 207 additions and 70 deletions
2
src/ID.h
2
src/ID.h
|
@ -272,7 +272,7 @@ extern VectorTypePtr index_vec;
|
|||
|
||||
namespace detail {
|
||||
|
||||
void init();
|
||||
void init_types();
|
||||
|
||||
} // namespace detail
|
||||
} // namespace zeek::id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue