mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
List no longer uses a temp allocator by default. Incorrect check in the temp allocator removed. Added DString.
This commit is contained in:
@@ -4,7 +4,6 @@ import libc;
|
||||
typedef VarString = distinct void*;
|
||||
typedef DynStr = VarString;
|
||||
typedef DynString = VarString;
|
||||
typedef DString = VarString;
|
||||
typedef VString = VarString;
|
||||
typedef Text = VarString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user