mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 22:17:33 +02:00
Specify (void)
This commit is contained in:
parent
4cfd1f06d8
commit
c88bb7d696
1 changed files with 1 additions and 1 deletions
|
@ -4591,7 +4591,7 @@ void Cyc_start_trampoline(gc_thread_data * thd)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
void gc_request_mark_globals()
|
||||
void gc_request_mark_globals(void)
|
||||
{
|
||||
gc_mark_globals(Cyc_global_variables, global_table);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue