Fixes to build

This commit is contained in:
Justin Ethier 2015-10-30 23:35:47 -04:00
parent 5c55144691
commit be3857b1c8

10
gc.c
View file

@ -626,11 +626,11 @@ void gc_empty_collector_stack()
} }
// TODO: // TODO:
void gc_handshake(gc_status_type s) //void gc_handshake(gc_status_type s)
{ //{
gc_post_handshake(s); // gc_post_handshake(s);
gc_wait_handshake(); // gc_wait_handshake();
} //}
//void gc_post_handshake(gc_status_type s) //void gc_post_handshake(gc_status_type s)
//{ //{