mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Deprecate bro_int_t and bro_uint_t
This commit is contained in:
parent
d066013793
commit
f624c18383
67 changed files with 331 additions and 320 deletions
|
@ -502,8 +502,8 @@ const ZAMStmt ZAMCompiler::ValueSwitch(const SwitchStmt* sw, const NameExpr* v,
|
|||
// Now fill out the corresponding jump table.
|
||||
//
|
||||
// We will only use one of these.
|
||||
CaseMapI<bro_int_t> new_int_cases;
|
||||
CaseMapI<bro_uint_t> new_uint_cases;
|
||||
CaseMapI<zeek_int_t> new_int_cases;
|
||||
CaseMapI<zeek_uint_t> new_uint_cases;
|
||||
CaseMapI<double> new_double_cases;
|
||||
CaseMapI<std::string> new_str_cases;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue