mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Use #if instead of #ifdef
This commit is contained in:
parent
52f0868d24
commit
8452c35fae
1 changed files with 1 additions and 1 deletions
|
@ -2697,7 +2697,7 @@ void GC(void *data, closure cont, object *args, int num_args)
|
|||
// Cooperate with the collector thread
|
||||
gc_mut_cooperate((gc_thread_data *)data);
|
||||
|
||||
#ifdef GC_DEBUG_TRACE
|
||||
#if GC_DEBUG_TRACE
|
||||
printf("done with minor GC\n");
|
||||
#endif
|
||||
// Let it all go, Neo...
|
||||
|
|
Loading…
Add table
Reference in a new issue