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
{};