mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Rename all scripts to have ".zeek" file extension
This commit is contained in:
parent
537d9cab97
commit
18bd74454b
357 changed files with 169 additions and 169 deletions
|
@ -1510,7 +1510,7 @@ void EnumType::CheckAndAddName(const string& module_name, const char* name,
|
|||
else
|
||||
{
|
||||
// We allow double-definitions if matching exactly. This is so that
|
||||
// we can define an enum both in a *.bif and *.bro for avoiding
|
||||
// we can define an enum both in a *.bif and *.zeek for avoiding
|
||||
// cyclic dependencies.
|
||||
string fullname = make_full_var_name(module_name.c_str(), name);
|
||||
if ( id->Name() != fullname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue