From 2323ca6c9ec3c8ee76b9acf13745b80b92952a6a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 18 Mar 2019 23:47:45 +0100 Subject: Add struct, import caching, binop ops etc --- include/std/scoped_allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/std/scoped_allocator.h') diff --git a/include/std/scoped_allocator.h b/include/std/scoped_allocator.h index 0de4f04..9090767 100644 --- a/include/std/scoped_allocator.h +++ b/include/std/scoped_allocator.h @@ -15,7 +15,7 @@ struct ScopedAllocatorNode { struct ScopedAllocator { ScopedAllocatorNode head; ScopedAllocatorNode *current; - Buffer buffers; + Buffer/**/ buffers; }; CHECK_RESULT int scoped_allocator_node_init(ScopedAllocatorNode *self); -- cgit v1.2.3