mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
fixed / removed out-of-date comments, tidied check_and_promote_args() interface
This commit is contained in:
parent
efd03d41f8
commit
a16a25efbd
4 changed files with 15 additions and 21 deletions
|
@ -33,7 +33,7 @@ using ListExprPtr = IntrusivePtr<ListExpr>;
|
|||
|
||||
} // namespace detail
|
||||
|
||||
// BRO types.
|
||||
// Zeek types.
|
||||
enum TypeTag {
|
||||
TYPE_VOID, // 0
|
||||
TYPE_BOOL, // 1
|
||||
|
@ -171,7 +171,7 @@ public:
|
|||
|
||||
explicit Type(TypeTag tag, bool base_type = false);
|
||||
|
||||
// Performs a shallow clone operation of the Bro type.
|
||||
// Performs a shallow clone operation of the Zeek type.
|
||||
// This especially means that especially for tables the types
|
||||
// are not recursively cloned; altering one type will in this case
|
||||
// alter one of them.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue