mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Replace uses of the old List generation code with new template versions
This commit is contained in:
parent
29836b47d0
commit
237c7e4e15
17 changed files with 57 additions and 94 deletions
|
@ -195,8 +195,7 @@ protected:
|
|||
Stmt* s;
|
||||
};
|
||||
|
||||
declare(PList,Case);
|
||||
typedef PList(Case) case_list;
|
||||
typedef PList<Case> case_list;
|
||||
|
||||
class SwitchStmt : public ExprStmt {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue