mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Replace uses of the old Queue/PQueue generation code with new template versions
This commit is contained in:
parent
776da8cb9e
commit
efa7dbf76b
5 changed files with 8 additions and 15 deletions
|
@ -29,8 +29,7 @@ struct ParseLocationRec {
|
|||
#include "DbgBreakpoint.h"
|
||||
|
||||
class StmtLocMapping;
|
||||
declare(PQueue,StmtLocMapping);
|
||||
typedef PQueue(StmtLocMapping) Filemap; // mapping for a single file
|
||||
typedef PQueue<StmtLocMapping> Filemap; // mapping for a single file
|
||||
|
||||
class DbgBreakpoint;
|
||||
class DbgWatch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue