mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Make options redef-able by default.
This commit is contained in:
parent
26ea1999ec
commit
c34fbee0d1
4 changed files with 22 additions and 1 deletions
2
src/ID.h
2
src/ID.h
|
@ -60,7 +60,7 @@ public:
|
|||
void SetConst() { is_const = true; }
|
||||
bool IsConst() const { return is_const; }
|
||||
|
||||
void SetOption() { is_option = true; }
|
||||
void SetOption();
|
||||
bool IsOption() const { return is_option; }
|
||||
|
||||
void SetEnumConst() { is_enum_const = true; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue