mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
fixes for compiling "standalone" C++ scripts
This commit is contained in:
parent
c05d61d6e2
commit
96668ca0d3
4 changed files with 16 additions and 1 deletions
|
@ -377,6 +377,8 @@ TypePtr CPP_TypeInits::BuildTypeList(InitsManager* im, ValElemVec& init_vals, in
|
|||
while ( iv_it != iv_end )
|
||||
tl->Append(im->Types(*(iv_it++)));
|
||||
|
||||
tl->CheckPure();
|
||||
|
||||
return tl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue