mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
&is_set => &is_assigned
This commit is contained in:
parent
d71675a7dc
commit
c991c54690
16 changed files with 22 additions and 22 deletions
|
@ -290,7 +290,7 @@ void Attributes::CheckAttr(Attr* a)
|
|||
switch ( a->Tag() ) {
|
||||
case ATTR_DEPRECATED:
|
||||
case ATTR_REDEF:
|
||||
case ATTR_IS_SET:
|
||||
case ATTR_IS_ASSIGNED:
|
||||
break;
|
||||
|
||||
case ATTR_OPTIONAL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue