mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move ID::type in structure to fill memory padding
This commit is contained in:
parent
035b4a4a8e
commit
47553c79ec
1 changed files with 1 additions and 1 deletions
2
src/ID.h
2
src/ID.h
|
@ -157,9 +157,9 @@ protected:
|
|||
#endif
|
||||
|
||||
const char* name;
|
||||
TypePtr type;
|
||||
IDScope scope;
|
||||
bool is_export;
|
||||
TypePtr type;
|
||||
bool is_capture = false;
|
||||
bool is_const = false;
|
||||
bool is_enum_const = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue