mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08: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
|
@ -126,8 +126,7 @@ public:
|
|||
|
||||
// A stack of input buffers we're scanning. file_stack[len-1] is the
|
||||
// top of the stack.
|
||||
declare(PList,FileInfo);
|
||||
static PList(FileInfo) file_stack;
|
||||
static PList<FileInfo> file_stack;
|
||||
|
||||
#define RET_CONST(v) \
|
||||
{ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue