mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 12:18:15 +00:00
Correct map_remove(PtrMap)
This commit is contained in:
+1
-1
@@ -264,7 +264,7 @@ struct UntypedExprInfo {
|
||||
ExprInfo *info;
|
||||
};
|
||||
|
||||
typedef Map<ExprInfo *> UntypedExprInfoMap; // Key: Ast *
|
||||
typedef PtrMap<Ast *, ExprInfo *> UntypedExprInfoMap;
|
||||
typedef MPMCQueue<ProcInfo *> ProcBodyQueue;
|
||||
|
||||
// CheckerInfo stores all the symbol information for a type-checked program
|
||||
|
||||
Reference in New Issue
Block a user