mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Fixes to build
This commit is contained in:
parent
5c55144691
commit
be3857b1c8
1 changed files with 5 additions and 5 deletions
10
gc.c
10
gc.c
|
@ -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)
|
||||||
//{
|
//{
|
||||||
|
|
Loading…
Add table
Reference in a new issue