1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00

Fix build without GC

This commit is contained in:
Eelco Dolstra 2024-09-20 15:01:32 +02:00
parent c5c68558b5
commit 088569463b

View file

@ -23,7 +23,8 @@ template<typename T>
using gc_allocator = std::allocator<T>;
# define GC_MALLOC_ATOMIC std::malloc
# define GC_STRDUP std::strdup
# define GC_STRDUP strdup
struct gc
{};