From be3857b1c8a3481b461e32d0a618bd29e8f57a53 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 30 Oct 2015 23:35:47 -0400 Subject: [PATCH] Fixes to build --- gc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gc.c b/gc.c index 915d44f1..6b2da5bd 100644 --- a/gc.c +++ b/gc.c @@ -626,11 +626,11 @@ void gc_empty_collector_stack() } // TODO: -void gc_handshake(gc_status_type s) -{ - gc_post_handshake(s); - gc_wait_handshake(); -} +//void gc_handshake(gc_status_type s) +//{ +// gc_post_handshake(s); +// gc_wait_handshake(); +//} //void gc_post_handshake(gc_status_type s) //{