Use #if instead of #ifdef

This commit is contained in:
Justin Ethier 2015-11-30 21:41:48 -05:00
parent 52f0868d24
commit 8452c35fae

View file

@ -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...