mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Merge remote-tracking branch 'jsoref/spelling-src'
* jsoref/spelling-src: Spelling src
This commit is contained in:
commit
2739275b88
190 changed files with 439 additions and 433 deletions
|
@ -1904,7 +1904,7 @@ const TypePtr& VectorType::Yield() const
|
|||
// Work around the fact that we use void internally to mark a vector
|
||||
// as being unspecified. When looking at its yield type, we need to
|
||||
// return any as that's what other code historically expects for type
|
||||
// comparisions.
|
||||
// comparisons.
|
||||
if ( IsUnspecifiedVector() )
|
||||
return zeek::base_type(TYPE_ANY);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue