We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf13b0 commit 6c576b7Copy full SHA for 6c576b7
runtime.c
@@ -564,7 +564,6 @@ void pop_handles(void* local_handles) {
564
#define GC_PROTECT(x) \
565
assert(local_handles.stack_pointer < MAX_HANDLES); \
566
local_handles.stack[local_handles.stack_pointer++] = (struct object**)(&x)
567
-#define END_HANDLES() handles = local_handles.next
568
#define GC_HANDLE(type, name, val) \
569
type name = val; \
570
GC_PROTECT(name)
0 commit comments