mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Deprecation of define Type = ...
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
module std::core::mem::allocator;
|
||||
import std::collections::map;
|
||||
|
||||
define PtrMap = HashMap<uptr, usz>;
|
||||
typedef PtrMap = HashMap<uptr, usz>;
|
||||
|
||||
// A simple tracking allocator.
|
||||
// It tracks allocations using a hash map but
|
||||
|
||||
Reference in New Issue
Block a user