mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Use the heap allocator for ZString.copy() instead of the temp allocator to stay consistent across the code base. The temp allocator is used for ZString.tcopy().