mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +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
|
@ -455,8 +455,7 @@ public:
|
|||
const char* id;
|
||||
};
|
||||
|
||||
declare(PList,TypeDecl);
|
||||
typedef PList(TypeDecl) type_decl_list;
|
||||
typedef PList<TypeDecl> type_decl_list;
|
||||
|
||||
class RecordType : public BroType {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue