Merge branch 'master' of https://github.com/zeek/zeek into topic/zeke/closures

This commit is contained in:
Zeke Medley 2019-06-21 09:41:41 -07:00
commit 1ed672287b
462 changed files with 7578 additions and 16720 deletions

View file

@ -6,7 +6,6 @@
#include "Func.h"
#include "Stmt.h"
#include "Scope.h"
#include "Serializer.h"
#include "EventRegistry.h"
#include "Traverse.h"
@ -274,7 +273,7 @@ void add_type(ID* id, BroType* t, attr_list* attr)
tnew = t;
else
// Clone the type to preserve type name aliasing.
tnew = t->Clone();
tnew = t->ShallowClone();
BroType::AddAlias(new_type_name, tnew);